Skip to content

Commit 4e45a79

Browse files
committed
wup
1 parent 00d9d4b commit 4e45a79

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,39 @@ jobs:
1717
go: ["1.25.x", "1.24.x"]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v5
21-
with:
22-
fetch-depth: 1
23-
- uses: WillAbides/setup-go-faster@v1.14.0
24-
with:
25-
go-version: ${{ matrix.go }}
26-
- run: "go test ./pkg/..."
20+
- uses: actions/checkout@v5
21+
with:
22+
fetch-depth: 1
23+
- uses: actions/setup-go@v6
24+
with:
25+
go-version: ${{ matrix.go }}
26+
- run: "go test ./pkg/..."
2727

2828
reports:
2929
name: "Run various reports on code basis"
3030
runs-on: "ubuntu-latest"
3131
steps:
32-
- uses: actions/checkout@v5
33-
with:
34-
fetch-depth: 1
35-
- uses: actions/setup-go@v6
36-
with:
37-
go-version: stable
38-
- name: golangcli-lint
39-
uses: golangci/golangci-lint-action@v8
40-
with:
41-
version: v2.1
32+
- uses: actions/checkout@v5
33+
with:
34+
fetch-depth: 1
35+
- uses: actions/setup-go@v6
36+
with:
37+
go-version: stable
38+
- name: golangcli-lint
39+
uses: golangci/golangci-lint-action@v8
40+
with:
41+
version: v2.1
4242

4343
simple-run:
4444
name: "Sanity Check"
4545
runs-on: "ubuntu-latest"
4646
needs: [test, reports]
4747
steps:
48-
- uses: WillAbides/setup-go-faster@v1.14.0
49-
with:
50-
go-version: "1.25.x"
5148
- uses: actions/checkout@v5
5249
with:
5350
fetch-depth: 1
51+
- uses: actions/setup-go@v6
52+
with:
53+
go-version: stable
5454
- run: "make bin/vopher"
5555
- run: "./bin/vopher version"

0 commit comments

Comments
 (0)