Skip to content
Snippets Groups Projects
Commit 8e8116b7 authored by Simon Ruderich's avatar Simon Ruderich
Browse files

Update to Go 1.21 and update static checkers

parent 5385644f
No related branches found
No related tags found
No related merge requests found
golang:
image: golang:1.20-bullseye
image: golang:1.21-bullseye
script:
- apt-get update
- apt-get install --no-install-recommends -y npm
......
......@@ -10,9 +10,9 @@ export PATH
make
# Additional static checks only run in CI
go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
staticcheck ./...
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
golangci-lint run
......
module wolass
go 1.20
go 1.21
require (
github.com/BurntSushi/toml v1.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment