Skip to content

Commit

Permalink
fix: go 1.19 in the release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Nov 8, 2022
1 parent 64196aa commit db2778b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ~1.17
go-version: ~1.19
cache: true
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2
with:
Expand All @@ -47,3 +48,6 @@ jobs:
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: ~1.17
go-version: ~1.19
cache: true
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit db2778b

Please sign in to comment.