Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-renovate committed Sep 6, 2024
1 parent 2135cf9 commit d721162
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.22.4
go-version: 1.23.1
- 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.22.4
go-version: 1.23.1
- 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.22.4 as builder
FROM golang:1.23.1 as builder

WORKDIR /src
ENV CGO_ENABLED=0
Expand Down

0 comments on commit d721162

Please # to comment.