We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f7091 commit 514e181Copy full SHA for 514e181
.github/workflows/go.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [macos-latest, ubuntu-latest]
10
- goversion: ["1.23", "1.24", "1.25"]
+ goversion: ["1.24", "1.25"]
11
steps:
12
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
13
uses: actions/setup-go@v6
0 commit comments