Skip to content

Commit 73909bb

Browse files
authored
Merge pull request #331 from sir-gon/renovate/golangci-golangci-lint-action-8.x
Update golangci/golangci-lint-action action to v8
2 parents 93014ab + 8dafcef commit 73909bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: Go CI Tests
43

54
on: # yamllint disable-line rule:truthy
@@ -14,14 +13,13 @@ env:
1413
LOG_LEVEL: WARN
1514

1615
jobs:
17-
1816
test:
1917
name: "Go CI Tests"
2018
strategy:
2119
fail-fast: false
2220
matrix:
2321
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
24-
go: ['1.22.x', '1.23.x', '1.24.x']
22+
go: ["1.22.x", "1.23.x", "1.24.x"]
2523
runs-on: ${{ matrix.os }}
2624
steps:
2725
- uses: actions/checkout@v4
@@ -44,10 +42,10 @@ jobs:
4442
run: go vet -v ./...
4543

4644
- name: Lint golangci-lint
47-
uses: golangci/golangci-lint-action@v7
45+
uses: golangci/golangci-lint-action@v8
4846
with:
4947
args: --timeout=10m
50-
version: v2.0.0
48+
version: v2.1.0
5149
skip-cache: true
5250

5351
- name: Test

0 commit comments

Comments
 (0)