Skip to content

Commit fe5f7e8

Browse files
committed
upgrade to setup-go@v3
1 parent 3ed4b8f commit fe5f7e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
build-artifacts:
6969
name: "build/artifacts (${{ matrix.os }})"
7070
runs-on: ${{ matrix.os }}
71-
env:
72-
GOPATH: ${{ github.workspace }}
73-
GOBIN: ${{ github.workspace }}/bin
74-
7571
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
7672

7773
strategy:
@@ -113,7 +109,7 @@ jobs:
113109

114110
# Build and upload desktop CLI artifacts
115111
- name: Set up Go
116-
uses: actions/setup-go@v2
112+
uses: actions/setup-go@v3
117113
with:
118114
go-version: ^1.19.x
119115
id: go

0 commit comments

Comments
 (0)