Skip to content

Commit

Permalink
increase go version in ci\cd
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish committed Nov 3, 2024
1 parent 14d8ad1 commit 8a0ff1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.23"

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.23"

- uses: actions/checkout@v2

Expand Down

0 comments on commit 8a0ff1b

Please sign in to comment.