Skip to content

Commit

Permalink
CI: bump Go image to 1.19.5
Browse files Browse the repository at this point in the history
Otherwise "go install" fails:

    # github.com/golangci/golangci-lint/pkg/golinters/goanalysis
    pkg/golinters/goanalysis/runner_loadingpackage.go:126:3: unknown field 'Instances' in struct literal of type types.Info
    note: module requires Go 1.19
  • Loading branch information
pohly committed Jan 29, 2023
1 parent 0e09479 commit 3d3f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.17.7
- image: cimg/go:1.19.5
steps:
- checkout
- run: sudo apt-get update && sudo apt-get -y -qq install python pip
Expand Down

0 comments on commit 3d3f790

Please sign in to comment.