Skip to content

Commit a5a85df

Browse files
committed
update golangci lint
1 parent ce464d4 commit a5a85df

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: make test
2626

2727
- name: Lint
28-
uses: golangci/golangci-lint-action@v6
28+
uses: golangci/golangci-lint-action@v8

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: make test
5757

5858
- name: Lint
59-
uses: golangci/golangci-lint-action@v6
59+
uses: golangci/golangci-lint-action@v8
6060

6161
# Install the cosign tool except on PR
6262
# https://github.com/sigstore/cosign-installer

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
go-version-file: go.mod
2121

2222
- name: Lint
23-
uses: golangci/golangci-lint-action@v6
23+
uses: golangci/golangci-lint-action@v8

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ifooth/devcontainer
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/bitfield/script v0.23.0

0 commit comments

Comments
 (0)