Skip to content

Commit

Permalink
Upgrade Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed May 14, 2020
1 parent 2612f78 commit 4fbafa9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
-
image: circleci/golang:1.12
image: circleci/golang:1.14
environment:
GOFLAGS: -mod=readonly

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
release:
docker:
-
image: circleci/golang:1.12
image: circleci/golang:1.14
environment:
GOFLAGS: -mod=readonly

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
trigger-pke-image-build:
docker:
-
image: circleci/golang:1.12
image: circleci/golang:1.14
resource_class: small
steps:
- checkout
Expand Down
13 changes: 13 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ linters:
enable-all: true
disable:
- maligned
- funlen
- gomnd
- wsl
- testpackage
- goerr113
- nestif

# TODO: fix these
- gosimple
Expand All @@ -16,6 +22,13 @@ linters:
- interfacer
- unused
- golint
- stylecheck
- bodyclose
- govet
- godot
- whitespace
- godox
- gocognit

linters-settings:
golint:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PIPELINE_VERSION = master

# Dependency versions
GOTESTSUM_VERSION = 0.3.4
GOLANGCI_VERSION = 1.16.0
GOLANGCI_VERSION = 1.26.0
LICENSEI_VERSION = 0.1.0
GORELEASER_VERSION = 0.105.0
OPENAPI_GENERATOR_VERSION = PR1869
Expand Down

0 comments on commit 4fbafa9

Please sign in to comment.