Skip to content

Commit

Permalink
fix: go version in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 20, 2023
1 parent eae6bfa commit 98c4952
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: v1.19.x
go-version: v1.20.x
- uses: actions/cache@v2
with:
path: |
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.20.6 as builder
FROM golang:1.20 as builder
WORKDIR /app

ARG VERSION
Expand Down

0 comments on commit 98c4952

Please sign in to comment.