Skip to content

Commit

Permalink
ci: use go 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Dec 6, 2023
1 parent c81c540 commit 250ae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-latest"]
go: ["1.19.x", "1.20.x", "1.21.x"]
go: ["1.21.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 250ae07

Please sign in to comment.