Skip to content

Commit

Permalink
Use Go 1.22 in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Jun 20, 2024
1 parent 4586d69 commit b3db9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/[email protected]
with:
go-version: '1.21'
go-version: '1.22'
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: '1.21'
go-version: '1.22'
- name: Build WASM
run: make wasm
- name: Upload artifact
Expand Down

0 comments on commit b3db9d9

Please sign in to comment.