Skip to content

Commit

Permalink
Bump Go version for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jul 14, 2022
1 parent df10f47 commit 48df242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x
- name: Add GOBIN to PATH
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
- name: Install dependencies
Expand Down

0 comments on commit 48df242

Please sign in to comment.