Skip to content

Commit

Permalink
Bump Go to 1.23
Browse files Browse the repository at this point in the history
Go 1.21 is no longer maintained.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Sep 9, 2024
1 parent 3de5c31 commit d1493d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
run:
tests: true
timeout: 5m
skip-files:
- ".*\\.pb\\.go"
skip-dirs-use-default: true

linters-settings:
goimports:
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO ?= go
BINDIR ?= $(CURDIR)/bin
GOLANGCI_LINT_VERSION := v1.54.0
GOLANGCI_LINT_VERSION := v1.60.3
GOLANGCI_LINT_BINDIR := .golangci-bin
GOLANGCI_LINT_BIN := $(GOLANGCI_LINT_BINDIR)/$(GOLANGCI_LINT_VERSION)/golangci-lint

Expand Down
2 changes: 1 addition & 1 deletion scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module antrea.io/website/scripts

go 1.21.0
go 1.23.0

require (
github.com/stretchr/testify v1.8.2
Expand Down

0 comments on commit d1493d3

Please sign in to comment.