Skip to content

Commit

Permalink
Use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 25, 2023
1 parent 69fc799 commit db77380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.20'
go-version: '1.21'
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: '1.20'
go-version: '1.21'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.1
Expand All @@ -27,5 +27,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: '1.20'
go-version: '1.21'
- run: go test -v ./...
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.20'
go-version: '1.21'
- name: Build WASM
run: make wasm
- name: Upload artifact
Expand Down

0 comments on commit db77380

Please sign in to comment.