Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.3 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Valdemar <[email protected]>
  • Loading branch information
lunar-renovate and JacobValdemar authored Nov 27, 2024
1 parent 612e273 commit d9db61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version: 1.23.3
- name: Cache Go modules
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version: 1.23.3
- name: Cache Go modules
uses: actions/cache@v4
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.23.2 as builder
FROM golang:1.23.3 as builder

WORKDIR /src
ENV CGO_ENABLED=0
Expand Down

0 comments on commit d9db61a

Please sign in to comment.