Skip to content

Commit

Permalink
chore: Bump go to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Nov 2, 2022
1 parent 57ba470 commit 9d2cc31
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 9d2cc31

Please sign in to comment.