Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Aug 6, 2024
1 parent f1aa5f3 commit 2662a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 15
uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.22.6"
cache-dependency-path: |
**/go.sum
- name: Setup Toolbox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 15
uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.22.6"
cache-dependency-path: |
**/go.sum
- name: Make
Expand Down

0 comments on commit 2662a74

Please sign in to comment.