Skip to content

Commit

Permalink
Use only 1.23 in GitHub Action's version matrix (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Aug 30, 2024
1 parent 8e9db19 commit 4d5cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17", "1.21"]
go: ["1.23"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
Expand Down

0 comments on commit 4d5cc6c

Please sign in to comment.