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 3621a9f commit 8f7763cCopy full SHA for 8f7763c
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install Go
49
uses: actions/setup-go@v6
50
with:
51
- go-version: "1.25.3"
+ go-version: "1.25.4"
52
53
- name: Cache test dependencies
54
uses: actions/cache@v4
@@ -125,7 +125,7 @@ jobs:
125
if: runner.os != 'macOS'
126
127
128
129
130
- name: Install asdf
131
run: go install github.com/asdf-vm/asdf/cmd/asdf@master
0 commit comments