We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edfa5e commit bbf055eCopy full SHA for bbf055e
2 files changed
.github/workflows/ci.yaml
@@ -59,18 +59,17 @@ jobs:
59
steps:
60
- name: Checkout
61
uses: actions/checkout@v4
62
- with:
63
- fetch-depth: 0
64
- name: Set up Go
65
uses: actions/setup-go@v5
66
with:
67
go-version: ${{ env.GO_VERSION }}
68
- cache: false
+ check-latest: true
+ cache-dependency-path: "**/*.sum"
69
- name: golangci-lint
70
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v7
71
72
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
73
- version: v1.53
+ version: v2.0.2
74
args: --timeout=30m
75
76
# Lints Pull Request commits with commitlint.
releaser.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.17
+FROM alpine:3.22
2
3
WORKDIR /
4
COPY manager /manager
0 commit comments