From afd140a7ae3a67ad5ec1843b097cfb8c1ced977b Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Tue, 14 Jan 2025 13:35:17 +0100 Subject: [PATCH] build(ci): update go:1.5 (#801) https://github.com/alexfalkowski/docker/pull/585 --- .circleci/config.yml | 8 ++++---- .golangci.yml | 9 --------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cf9ee1..943ca51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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 @@ -95,7 +95,7 @@ workflows: jobs: - build-service - build-docker: - context: gh + context: gh - release: context: gh requires: diff --git a/.golangci.yml b/.golangci.yml index f442c8e..7e07004 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,16 +9,7 @@ linters: disable: - exportloopref - tagalign - - gochecknoinits - bodyclose - depguard - - exhaustruct - - fatcontext - - forcetypeassert - gochecknoglobals - - ireturn - - mnd - paralleltest - - varnamelen - - wrapcheck - - tagliatelle