File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 name : Build
1818 runs-on : ubuntu-24.04
1919 steps :
20- - name : Set up Go 1.24
20+ - name : Set up Go 1.25
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.24 '
23+ go-version : ' 1.25 '
2424 id : go
2525
2626 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7070TAG_PROD := $(TAG )
7171TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7272
73- GO_VERSION ?= 1.24
73+ GO_VERSION ?= 1.25
7474BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
7575
7676OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ package main
1919import (
2020 "encoding/json"
2121 "fmt"
22+ "strings"
23+
2224 "go.bytebuilders.dev/license-verifier/apis/licenses/v1alpha1"
2325 "gomodules.xyz/sets"
24- "strings"
2526)
2627
2728const resp = `{
You can’t perform that action at this time.
0 commit comments