Skip to content

Commit

Permalink
Down go version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Dec 5, 2023
1 parent 97fda45 commit 3d40e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.21"]
go: ["1.20"]

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

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.21"]
go: ["1.20"]

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

Expand Down

0 comments on commit 3d40e5a

Please sign in to comment.