We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce464d4 commit a5a85dfCopy full SHA for a5a85df
4 files changed
.github/workflows/build.yml
@@ -25,4 +25,4 @@ jobs:
25
run: make test
26
27
- name: Lint
28
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
# Install the cosign tool except on PR
62
# https://github.com/sigstore/cosign-installer
.github/workflows/lint.yml
@@ -20,4 +20,4 @@ jobs:
20
go-version-file: go.mod
21
22
23
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ifooth/devcontainer
2
3
-go 1.24
+go 1.25
4
5
require (
6
github.com/bitfield/script v0.23.0
0 commit comments