Commit 5189966 1 parent 0113c13 commit 5189966 Copy full SHA for 5189966
File tree 4 files changed +2
-31
lines changed
4 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
env :
14
14
ARCH : " linux-x86_64"
15
15
16
- GO_VERSION : " 1.22 " # https://go.dev/dl/
16
+ GO_VERSION : " 1.23 " # https://go.dev/dl/
17
17
STRINGER_VERSION : " 0.31.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
18
18
19
19
PROTOC_VERSION : " 29.3" # https://github.com/protocolbuffers/protobuf/releases
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
contents : write
11
11
12
12
env :
13
- GO_VERSION : " 1.22 "
13
+ GO_VERSION : " 1.23 "
14
14
15
15
jobs :
16
16
manual-release :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ $(BUILD_DIR): ## Create the build folder.
29
29
build : $(BUILD_DIR ) # # Build go binary.
30
30
go build -ldflags " $( VERSION_FLAGS) " -o $(BUILD_DIR ) /$(BIN_NAME ) main.go
31
31
32
- .PHONY : build-docker
33
- build-docker : # # Builds a docker image with the polycli binary
34
- docker build -t polycli -f ./Dockerfile .
35
-
36
32
.PHONY : install
37
33
install : build # # Install the go binary.
38
34
$(RM ) $(INSTALL_DIR ) /$(BIN_NAME )
You can’t perform that action at this time.
0 commit comments