Skip to content

Commit

Permalink
upgrade Go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Dec 5, 2023
1 parent acd849f commit 7a9db13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-staticcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
go: ["1.19"]
go: ["1.21"]

runs-on: ${{ matrix.os }}

Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup staticcheck
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.3"
version: "2023.1.6"
install-go: false
min-go-version: ${{ matrix.go }}
cache-key: ${{ matrix.os }}-${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.19"]
go: ["1.21"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bayashi/witness

go 1.19
go 1.21

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 7a9db13

Please sign in to comment.