fix golint (#407)

This commit is contained in:
E Sequeira 2023-01-28 15:30:26 +00:00 committed by GitHub
parent f980e7e724
commit 7108e9c50d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.17
id: go
- name: set up Go module cache
uses: actions/cache@v1
@ -29,6 +29,6 @@ jobs:
- name: check out code
uses: actions/checkout@v2
- name: install golint
run: go get -u golang.org/x/lint/golint
run: go install golang.org/x/lint/golint@latest
- name: run tests
run: make test