Skip to content

Commit 1fa2ed3

Browse files
committed
Bump Go version for GH actions
1 parent 521af2a commit 1fa2ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apidiff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: 1.16.x
13+
go-version: 1.18.x
1414
- name: Add GOBIN to PATH
1515
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
1616
- name: Install dependencies

0 commit comments

Comments
 (0)