Skip to content

Commit

Permalink
Bump testcontainers-go to 0.16.0 and its deps (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm authored Dec 14, 2022
1 parent 0e81d1c commit 734a397
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 1,374 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
args: --timeout=5m

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ 1.17.x, 1.18.x, 1.19.x ]
go-version: [ 1.18.x, 1.19.x ]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down
9 changes: 7 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,32 @@ linters-settings:
linters:
enable-all: true
disable:
- exhaustruct
- deadcode
- exhaustivestruct
- exhaustruct
- forbidigo
- forcetypeassert
- gci
- gochecknoglobals
- goerr113
- golint
- gomnd
- gomoddirectives # Temporary disabled until the docker deps are fixed.
- ifshort
- interfacer
- ireturn
- lll
- maligned
- nolintlint # https://github.com/golangci/golangci-lint/issues/3063
- nonamedreturns
- nosnakecase
- paralleltest
- scopelint
- structcheck
- testpackage
- wrapcheck
- varcheck
- varnamelen
- wrapcheck

issues:
exclude-use-default: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_NAME=testcontainers-extra

VENDOR_DIR = vendor

GOLANGCI_LINT_VERSION ?= v1.50.0
GOLANGCI_LINT_VERSION ?= v1.50.1

GO ?= go
GOLANGCI_LINT ?= $(shell go env GOPATH)/bin/golangci-lint-$(GOLANGCI_LINT_VERSION)
Expand Down
51 changes: 0 additions & 51 deletions container_go1.17_test.go

This file was deleted.

166 changes: 0 additions & 166 deletions env_internal_go1.17_test.go

This file was deleted.

Loading

0 comments on commit 734a397

Please # to comment.