We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239a717 + 7b44915 commit f3fb3c1Copy full SHA for f3fb3c1
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run linter
42
uses: golangci/[email protected]
43
with:
44
- version: v1.58 # without patch version
+ version: v1.60 # without patch version
45
only-new-issues: false # show only new issues if it's a pull request
46
args: -v --build-tags=race --timeout=10m
47
Dockerfile
@@ -1,5 +1,5 @@
1
# Image page: <https://hub.docker.com/_/golang>
2
-FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine as builder
+FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine as builder
3
4
# app version and build date must be passed during image building (version without any prefix).
5
# e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .`
0 commit comments