Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentysc committed Nov 22, 2024
1 parent 7f818f3 commit 60996cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.23'
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.49
version: v1.61.0

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: has_docker has_docker_compose lint build_ginkgo_image test test_watch ginkgo

GOLANGCI_LINT_VERSION := "v1.49.0"
GOLANGCI_LINT_VERSION := "v1.61.0"

# Use lazy assignment(`=`) such that command existence are evaluated when used
GO = $(shell command -v go)
Expand Down

0 comments on commit 60996cf

Please sign in to comment.