Skip to content

Commit

Permalink
make logview-win build
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Nov 2, 2023
1 parent 6af32ba commit 43ee844
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Check out source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Check out source code
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
go 1.20
go 1.21

toolchain go1.21.3

use (
./do
Expand Down
2 changes: 1 addition & 1 deletion tools/logview-win/frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3369211da39dcc63e89750b11fced2dd
3b13bf85b02365565efa007bd5c819ec
6 changes: 4 additions & 2 deletions tools/logview-win/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module changeme
module logview-win

go 1.20
go 1.21

toolchain go1.21.3

require (
github.com/kjk/u v0.0.0-20220410204605-ce4a95db4475
Expand Down

0 comments on commit 43ee844

Please sign in to comment.