Skip to content

Commit

Permalink
bump go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Feb 2, 2023
1 parent 0d06bbe commit 1e58a68
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@v3
with:
go-version: ">=1.20.0-rc.2"
go-version: ">=1.20.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.20rc3 as builder
FROM golang:1.20 as builder
WORKDIR /go/src/app
ARG VERSION
COPY . ./
Expand Down

0 comments on commit 1e58a68

Please sign in to comment.