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 8867c5e commit ecee830Copy full SHA for ecee830
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
go: ["1.23", "1.24"]
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Init Hermit
21
run: ./bin/hermit env -r >> "$GITHUB_ENV"
22
- name: Install Go ${{ matrix.go }}
@@ -38,7 +38,7 @@ jobs:
38
go: ["1.23.x", "1.24.x"]
39
40
41
42
- name: Setup Go
43
uses: actions/setup-go@v6
44
with:
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ubuntu-latest
52
53
54
55
56
57
- name: golangci-lint
0 commit comments