Skip to content

Commit

Permalink
Merge pull request #482 from dedis/update_linter
Browse files Browse the repository at this point in the history
Bumping go version for linter to 1.20
  • Loading branch information
pierluca authored Mar 9, 2023
2 parents 5c64329 + 415a199 commit a008b2d
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 a008b2d

Please sign in to comment.