Skip to content

Commit

Permalink
build: bump go version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Sep 10, 2022
1 parent f009b84 commit dad6e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: ~1.19

- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: ~1.19

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project_name: traefik-kop
before:
hooks:
- go mod tidy -compat=1.17
- go mod tidy
- go mod download
builds:
- main: ./bin/traefik-kop/
Expand Down

0 comments on commit dad6e90

Please sign in to comment.