We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80fc29 commit 9bd9f37Copy full SHA for 9bd9f37
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: '1.26'
+ go-version: '1.25.0'
20
21
- name: Build
22
run: go build -v ./...
.github/workflows/test.yml
uses: actions/setup-go@v5
- go-version: '1.26.0'
- name: Run tests
run: go test -v ./...
0 commit comments