We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9db19 commit 4d5cc6cCopy full SHA for 4d5cc6c
.github/workflows/go.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- go: ["1.17", "1.21"]
+ go: ["1.23"]
9
steps:
10
- name: Set up Go ${{ matrix.go }}
11
uses: actions/setup-go@v1
0 commit comments