Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/onsi/gomega…
Browse files Browse the repository at this point in the history
…-1.35.1
  • Loading branch information
martinhny authored Nov 4, 2024
2 parents 2f81854 + 4e6c899 commit e4b6d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Golang environment
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.23 as builder
RUN adduser -u 10001 scratchuser

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion local_testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.23

WORKDIR /app
COPY go.mod go.sum ./
Expand Down

0 comments on commit e4b6d96

Please sign in to comment.