Skip to content

Commit

Permalink
build(ci): update go:1.5 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Jan 14, 2025
1 parent 9299c80 commit afd140a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build-service:
docker:
- image: alexfalkowski/go:1.4
- image: alexfalkowski/go:1.5
working_directory: ~/go-service-template
steps:
- checkout
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
resource_class: large
build-docker:
docker:
- image: alexfalkowski/go:1.4
- image: alexfalkowski/go:1.5
working_directory: ~/go-service-template
steps:
- checkout
Expand All @@ -76,7 +76,7 @@ jobs:
resource_class: large
push-docker:
docker:
- image: alexfalkowski/go:1.4
- image: alexfalkowski/go:1.5
working_directory: ~/go-service-template
steps:
- checkout
Expand All @@ -95,7 +95,7 @@ workflows:
jobs:
- build-service
- build-docker:
context: gh
context: gh
- release:
context: gh
requires:
Expand Down
9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ linters:
disable:
- exportloopref
- tagalign
- gochecknoinits
- bodyclose
- depguard
- exhaustruct
- fatcontext
- forcetypeassert
- gochecknoglobals
- ireturn
- mnd
- paralleltest
- varnamelen
- wrapcheck
- tagliatelle

0 comments on commit afd140a

Please sign in to comment.