Skip to content

Commit

Permalink
Merge pull request #1988 from roadrunner-server/dependabot/docker/gol…
Browse files Browse the repository at this point in the history
…ang-1.23-alpine

chore(deps): bump golang from 1.22-alpine to 1.23-alpine
  • Loading branch information
rustatian authored Aug 16, 2024
2 parents 239a717 + 7b44915 commit f3fb3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run linter
uses: golangci/[email protected]
with:
version: v1.58 # without patch version
version: v1.60 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: -v --build-tags=race --timeout=10m

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image page: <https://hub.docker.com/_/golang>
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine as builder
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine as builder

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

0 comments on commit f3fb3c1

Please sign in to comment.