Skip to content

Commit

Permalink
fix: update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jun 19, 2024
1 parent b33d419 commit 715fc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
needs: semantic-release
runs-on: ubuntu-latest
container:
image: flanksource/build-tools:v0.13.6
image: golang:1.20
steps:
- uses: actions/checkout@v2
- run: make build
Expand All @@ -17,7 +17,7 @@ jobs:
env:
VERSION: v${{ needs.semantic-release.outputs.release-version }}
container:
image: flanksource/build-tools:v0.13.6
image: golang:1.20
steps:
- uses: actions/checkout@v2
- run: make release
Expand Down

0 comments on commit 715fc47

Please sign in to comment.