Skip to content

Commit

Permalink
Merge pull request #447 from flanksource/fgo
Browse files Browse the repository at this point in the history
fix: go version in release pipeline
  • Loading branch information
yashmehrotra authored Jul 20, 2023
2 parents c4b62d9 + 98c4952 commit 4fbb049
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 4fbb049

Please sign in to comment.