Skip to content

Commit

Permalink
fix(ci): bump go version in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjorklin committed Sep 18, 2024
1 parent 6537a4d commit 0771385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.22.x
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff -s --exit-code go.sum
- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.22.x
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand All @@ -24,6 +24,6 @@ jobs:
files: dist/!(config.yaml)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: rajatjindal/[email protected].40
- uses: rajatjindal/[email protected].43
with:
krew_template_file: dist/sort-manifests.yaml

0 comments on commit 0771385

Please sign in to comment.