Skip to content

Commit

Permalink
ci: use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 16, 2024
1 parent a4519f3 commit ae0541a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/extism-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Cache extism-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Test CLI
Expand Down

0 comments on commit ae0541a

Please sign in to comment.