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 5b3b56d commit 99bc573Copy full SHA for 99bc573
.github/workflows/alpha.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-22.04
12
steps:
13
- uses: actions/checkout@v5
14
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
15
with:
16
go-version: '1.24'
17
- uses: docker/login-action@v3
.github/workflows/release.yaml
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- run: make deps test build
0 commit comments