Skip to content

Commit 4d5cc6c

Browse files
authored
Use only 1.23 in GitHub Action's version matrix (#192)
1 parent 8e9db19 commit 4d5cc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
go: ["1.17", "1.21"]
8+
go: ["1.23"]
99
steps:
1010
- name: Set up Go ${{ matrix.go }}
1111
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)