Skip to content

Commit

Permalink
ci(go): Upgrade to Go 1.22 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed May 19, 2024
1 parent 5de59b7 commit 1fba632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: '^1.22'
check-latest: true
- name: Install ghcr-cleaner
run: go install github.com/jidicula/ghcr-cleaner@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
check-latest: true
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
Expand Down

0 comments on commit 1fba632

Please sign in to comment.