Skip to content

Commit

Permalink
build: go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 11, 2023
1 parent eb7d5c5 commit 62bc98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: ~1.19
cache: true
go-version: stable
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ~1.19
cache: true
go-version: stable
- uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true

0 comments on commit 62bc98a

Please sign in to comment.