mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-13 00:34:14 +01:00
upgrade to setup-go@v3
This commit is contained in:
parent
3ed4b8f2d7
commit
fe5f7e8b8c
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -68,10 +68,6 @@ jobs:
|
||||||
build-artifacts:
|
build-artifacts:
|
||||||
name: "build/artifacts (${{ matrix.os }})"
|
name: "build/artifacts (${{ matrix.os }})"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
|
||||||
GOPATH: ${{ github.workspace }}
|
|
||||||
GOBIN: ${{ github.workspace }}/bin
|
|
||||||
|
|
||||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -113,7 +109,7 @@ jobs:
|
||||||
|
|
||||||
# Build and upload desktop CLI artifacts
|
# Build and upload desktop CLI artifacts
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ^1.19.x
|
go-version: ^1.19.x
|
||||||
id: go
|
id: go
|
||||||
|
|
Loading…
Reference in a new issue