Skip to content

Commit 00d9d4b

Browse files
committed
wip
1 parent 640cbaa commit 00d9d4b

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,16 @@ jobs:
2929
name: "Run various reports on code basis"
3030
runs-on: "ubuntu-latest"
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v5
3333
with:
34-
fetch-depth: 1
35-
- uses: WillAbides/setup-go-faster@v1.14.0
34+
fetch-depth: 1
35+
- uses: actions/setup-go@v6
3636
with:
37-
go-version: "1.25.1"
38-
- run: "go env; mkdir -p /opt/local/bin || ls -l /opt/local/bin"
39-
- uses: actions/cache@v4
40-
id: cache-report-tools
37+
go-version: stable
38+
- name: golangcli-lint
39+
uses: golangci/golangci-lint-action@v8
4140
with:
42-
path: /opt/local/bin
43-
key: report-tools-${{ runner.os }}-${{ hashFiles('Makefile') }}
44-
- name: "Install Report-Tools"
45-
if: steps.cache-report-tools.outputs.cache-hit != 'true'
46-
run: "env GOBIN=/opt/local/bin make fetch-report-tools"
47-
- run: "ls -l /opt/local/bin"
48-
- run: "env PATH=/opt/local/bin:$PATH make reports"
41+
version: v2.1
4942

5043
simple-run:
5144
name: "Sanity Check"

0 commit comments

Comments
 (0)