Remove lint install, update go

This commit is contained in:
Kristoffer Dalby 2021-11-13 09:39:20 +00:00
parent 806f0d3e6c
commit f94b0b54d8
1 changed files with 1 additions and 2 deletions

View File

@ -18,12 +18,11 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.16.3" go-version: "1.17.3"
- name: Install dependencies - name: Install dependencies
run: | run: |
go version go version
go install golang.org/x/lint/golint@latest
sudo apt update sudo apt update
sudo apt install -y make sudo apt install -y make