Skip to content

Commit

Permalink
Merge pull request #213 from danilo-gemoli/chore/bump-golang
Browse files Browse the repository at this point in the history
Update Golang to `v1.23`
  • Loading branch information
k8s-ci-robot authored Jan 31, 2025
2 parents 9f79a9e + 326f300 commit 478cd5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
linters:
enable:
- deadcode
- errcheck
- gocognit
- gocyclo
- gofmt
- goimports
- golint
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nestif
- prealloc
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unparam
- unused
- varcheck
- whitespace
fast: false

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GOTESTSUM_VER := v1.8.1
GOTESTSUM_BIN := gotestsum
GOTESTSUM := $(TOOLS_BIN_DIR)/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)

GOLANGCI_LINT_VER := v1.54.0
GOLANGCI_LINT_VER := v1.63.3
GOLANGCI_LINT_BIN := golangci-lint
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)

Expand All @@ -40,7 +40,7 @@ CONTROLLER_GEN := $(TOOLS_BIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER)

CMDS = $(notdir $(shell find ./cmd/ -maxdepth 1 -type d | sort))

export GO_VERSION=1.22.5
export GO_VERSION=1.23.4
export GO111MODULE=on
export DOCKER_REPO
export DOCKER_TAG
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/boskos

go 1.22.3
go 1.23

require (
github.com/IBM-Cloud/power-go-client v1.8.1
Expand Down

0 comments on commit 478cd5d

Please sign in to comment.