We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6b2d1 commit 3af987eCopy full SHA for 3af987e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-go@v5
13
- with: { go-version: '1.22' }
+ with: { go-version: '1.25' }
14
- run: go test ./...
15
- run: |
16
mkdir -p dist
0 commit comments