Skip to content

Commit f3fb3c1

Browse files
authored
Merge pull request #1988 from roadrunner-server/dependabot/docker/golang-1.23-alpine
chore(deps): bump golang from 1.22-alpine to 1.23-alpine
2 parents 239a717 + 7b44915 commit f3fb3c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run linter
4242
uses: golangci/[email protected]
4343
with:
44-
version: v1.58 # without patch version
44+
version: v1.60 # without patch version
4545
only-new-issues: false # show only new issues if it's a pull request
4646
args: -v --build-tags=race --timeout=10m
4747

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image page: <https://hub.docker.com/_/golang>
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine as builder
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine as builder
33

44
# app version and build date must be passed during image building (version without any prefix).
55
# e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .`

0 commit comments

Comments
 (0)