Skip to content

Commit

Permalink
Update golang Docker tag to v1.22.4 (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Ehsan Livani <[email protected]>
  • Loading branch information
lunar-renovate and EhsanLunar authored Jun 27, 2024
1 parent fa544ea commit 0b01ba8
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.3
go-version: 1.22.4
- 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.3
go-version: 1.22.4
- 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.3 as builder
FROM golang:1.22.4 as builder

WORKDIR /src
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 0b01ba8

Please sign in to comment.