Skip to content

Commit

Permalink
Increase go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomascogez committed Jun 23, 2022
1 parent 08c0987 commit 2c07ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Go 1.14
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
id: go

- name: Run GoReleaser
Expand Down

0 comments on commit 2c07ec1

Please sign in to comment.