Skip to content

Commit

Permalink
Bumping go version for linter to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Feb 9, 2023
1 parent 199132f commit 85cebca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go ^1.13
- name: Set up Go ^1.20
uses: actions/setup-go@v3
with:
go-version: ^1.13
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit 85cebca

Please sign in to comment.