We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1674d86 + 447984d commit 27fbe53Copy full SHA for 27fbe53
2 files changed
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
go-version: "1.23.4" # update together with Dockerfile.dev
53
- uses: golangci/golangci-lint-action@v6
54
with:
55
- version: "v1.63.3" # update together with Dockerfile.dev
+ version: "v1.63.4" # update together with Dockerfile.dev
56
57
check-tidy:
58
name: go mod tidy
Dockerfile.dev
@@ -2,7 +2,7 @@
2
FROM golang:1.23.4 AS go
3
4
# update together with .github/workflows/ci.yml
5
-FROM golangci/golangci-lint:v1.63.3 AS linter
+FROM golangci/golangci-lint:v1.63.4 AS linter
6
7
FROM go AS dev
8
ENV INSIDE_DEV_CONTAINER 1
0 commit comments