Skip to content

Commit

Permalink
fix: bump to version 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jun 19, 2024
1 parent 715fc47 commit 867a8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: golang:1.20
image: golang:1.22
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: golang:1.20
image: golang:1.22
steps:
- uses: actions/checkout@v2
- run: make release
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/flanksource/gitlab-multirepo-deployer

go 1.20
go 1.22

require (
github.com/spf13/cobra v1.8.1
Expand Down

0 comments on commit 867a8ff

Please sign in to comment.