Skip to content

Commit bbf055e

Browse files
committed
update golint
1 parent 4edfa5e commit bbf055e

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,17 @@ jobs:
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v4
62-
with:
63-
fetch-depth: 0
6462
- name: Set up Go
6563
uses: actions/setup-go@v5
6664
with:
6765
go-version: ${{ env.GO_VERSION }}
68-
cache: false
66+
check-latest: true
67+
cache-dependency-path: "**/*.sum"
6968
- name: golangci-lint
70-
uses: golangci/golangci-lint-action@v3
69+
uses: golangci/golangci-lint-action@v7
7170
with:
7271
# 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
72+
version: v2.0.2
7473
args: --timeout=30m
7574

7675
# Lints Pull Request commits with commitlint.

releaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.22
22

33
WORKDIR /
44
COPY manager /manager

0 commit comments

Comments
 (0)