Update Go version in workflows

This commit is contained in:
eikendev 2022-04-20 22:41:08 +02:00
parent ed78c18c24
commit 7a37199d79
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Export GOBIN - name: Export GOBIN
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.16 go-version: 1.17
- name: Install Poetry - name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 - run: curl -sSL https://install.python-poetry.org | python3 -

View file

@ -18,7 +18,7 @@ jobs:
- name: Export GOBIN - name: Export GOBIN
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.16 go-version: 1.17
- name: Install Poetry - name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 - run: curl -sSL https://install.python-poetry.org | python3 -
@ -88,7 +88,7 @@ jobs:
- name: Export GOBIN - name: Export GOBIN
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.16 go-version: 1.17
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2

View file

@ -23,7 +23,7 @@ jobs:
- name: Export GOBIN - name: Export GOBIN
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.16 go-version: 1.17
- name: Install Poetry - name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 - run: curl -sSL https://install.python-poetry.org | python3 -