Skip to content

Commit

Permalink
Merge pull request #6 from skpr/bump-go
Browse files Browse the repository at this point in the history
Bump Go to 1.17
  • Loading branch information
nickschuch authored Jan 30, 2022
2 parents 5091f40 + d293f2c commit f63bb32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ workflows:
jobs:
fmt:
docker:
- image: golang:1.13
- image: golang:1.17
working_directory: /go/src/github.com/skpr/proxy-app
steps:
- checkout
- run: go fmt ./...
lint:
docker:
- image: golang:1.13
- image: golang:1.17
working_directory: /go/src/github.com/skpr/proxy-app
steps:
- checkout
Expand All @@ -37,15 +37,15 @@ jobs:
golint -set_exit_status `go list ./... | grep -v /vendor/`
vet:
docker:
- image: golang:1.13
- image: golang:1.17
working_directory: /go/src/github.com/skpr/proxy-app
steps:
- checkout
- run: go vet ./...

release:
docker:
- image: docker.io/goreleaser/goreleaser:latest
- image: docker.io/goreleaser/goreleaser:v0.174.2
working_directory: /go/src/github.com/skpr/proxy-app
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ dockers:
- main.go
- go.sum
- go.mod
- LICENSE
- LICENSE

0 comments on commit f63bb32

Please sign in to comment.