Skip to content

Commit

Permalink
#196 use go 1.23 for go linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Oct 11, 2024
1 parent b047ae5 commit 940f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/static-analysis.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

STATIC_ANALYSIS_DIR=$(TARGET_DIR)/static-analysis
GOIMAGE?=golang
GOTAG?=1.22
GOTAG?=1.23
CUSTOM_GO_MOUNT?=-v /tmp:/tmp

REVIEW_DOG=$(TMP_DIR)/bin/reviewdog
Expand Down

0 comments on commit 940f24b

Please sign in to comment.