Skip to content

Commit

Permalink
fix go version in workflow and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Sep 2, 2024
1 parent a521a9f commit 1499752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: ">=1.20.0"
go-version: ">=1.23.0"
check-latest: true

- name: Get Version
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-cmp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3 as builder
FROM golang:1.23.0 as builder
WORKDIR /go/src/app
ARG VERSION
COPY . ./
Expand Down

0 comments on commit 1499752

Please sign in to comment.