Skip to content

Commit

Permalink
Merge pull request #609 from rquitales/bump-go
Browse files Browse the repository at this point in the history
chore: Update Go to v1.18
  • Loading branch information
k8s-ci-robot authored Nov 2, 2022
2 parents 57ba470 + 9d2cc31 commit d2e7237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.16.4
go-version-file: 'go.mod'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist -f release/goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cli-utils

go 1.17
go 1.18

require (
github.com/google/go-cmp v0.5.6
Expand Down
Loading

0 comments on commit d2e7237

Please sign in to comment.