Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1fa2ed3

Browse files
committedJul 14, 2022
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

+1-1
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)
Please sign in to comment.