Skip to content

Commit

Permalink
Bump Go version 1.16 -> 1.17
Browse files Browse the repository at this point in the history
Also bump golangci-lint 1.41 -> 1.42.
  • Loading branch information
ryboe committed Oct 19, 2021
1 parent c17b701 commit ed8e9ed
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: 2.1
executors:
go-container:
docker:
- image: golang:1.16
- image: golang:1.17
working_directory: /go/src/q

jobs:
lint:
docker:
- image: golangci/golangci-lint:v1.41-alpine
- image: golangci/golangci-lint:v1.42-alpine
steps:
- checkout
- run: golangci-lint run
Expand Down
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module github.com/ryboe/q

go 1.16
go 1.17

require github.com/kr/pretty v0.3.0

require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
)
8 changes: 0 additions & 8 deletions vendor/github.com/kr/pretty/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/kr/pretty/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/kr/text/go.mod

This file was deleted.

4 changes: 3 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# github.com/kr/pretty v0.3.0
## explicit
## explicit; go 1.12
github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/rogpeppe/go-internal v1.6.1
## explicit; go 1.11
github.com/rogpeppe/go-internal/fmtsort

0 comments on commit ed8e9ed

Please sign in to comment.