You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...which caused the action to download Go 1.2, not 1.20:
Run actions/setup-go@v3
with:
go-version: 1.[2](https://github.com/coachinabox/uptime-monitor/actions/runs/4116180025/jobs/7105883087#step:2:2)
check-latest: false
token: ***
cache: false
Setup go version spec 1.2
Attempting to download 1.2...
matching 1.2...
Not found in manifest. Falling back to download directly from Go
Install from dist
Acquiring go1.2.2 from https://storage.googleapis.com/golang/go1.2.2.linux-amd6[4](https://github.com/coachinabox/uptime-monitor/actions/runs/4116180025/jobs/7105883087#step:2:4).tar.gz
Extracting Go...
...
Changing go-version: 1.20 to go-version: 1.19 correctly uses Go 1.19.5.
Welcome
Description of the problem
First time user of GolangCI-lint action.
In the .yml config file I wrote the following:
...which caused the action to download Go 1.2, not 1.20:
Changing
go-version: 1.20
togo-version: 1.19
correctly uses Go 1.19.5.Version of golangci-lint
latest (1.51.1 at the time of writing)
Version of the GitHub Action
3.4.0
Workflow file
Go version
1.20
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: