File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - master
10-
1110 workflow_dispatch :
11+
1212concurrency :
1313 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1414 cancel-in-progress : true
15+
1516jobs :
1617 build :
1718 name : Build
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [closed]
66 workflow_dispatch :
7+
78concurrency :
89 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
910 cancel-in-progress : true
11+
1012jobs :
1113 build :
1214 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - " *.*"
7-
87 workflow_dispatch :
8+
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1111 cancel-in-progress : true
12+
1213jobs :
1314 build :
1415 name : Build
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7-
87 workflow_dispatch :
8+
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1111 cancel-in-progress : true
12+
1213jobs :
1314 build :
1415 name : Build
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
6666TAG_PROD := $(TAG )
6767TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
6868
69- GO_VERSION ?= 1.21
69+ GO_VERSION ?= 1.23
7070BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
7171
7272OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
@@ -325,7 +325,7 @@ lint: $(BUILD_DIRS)
325325 --env HTTPS_PROXY=$(HTTPS_PROXY ) \
326326 --env GOFLAGS=" -mod=vendor" \
327327 $(BUILD_IMAGE ) \
328- golangci-lint run --enable $(ADDTL_LINTERS ) --deadline =10m --exclude-files=" generated.*\.go$\" --exclude-dirs-use-default --exclude-dirs=client,vendor
328+ golangci-lint run --enable $(ADDTL_LINTERS ) --timeout =10m --exclude-files=" generated.*\.go$\" --exclude-dirs-use-default --exclude-dirs=client,vendor
329329
330330$(BUILD_DIRS ) :
331331 @mkdir -p $@
You can’t perform that action at this time.
0 commit comments