File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 bookie-ut-tests :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Set up Go 1.25
14+ - name : Set up Go 1.25.8
1515 uses : actions/setup-go@v6
1616 with :
17- go-version : 1.25
17+ go-version : 1.25.8
1818 id : go
1919 - name : Check out code into the Go module directory
2020 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - name : Login SN docker hub
1515 run : docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
16- - name : Set up Go 1.25
16+ - name : Set up Go 1.25.8
1717 uses : actions/setup-go@v6
1818 with :
19- go-version : 1.25
19+ go-version : 1.25.8
2020 id : go
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v2
@@ -30,10 +30,10 @@ jobs:
3030 steps :
3131 - name : Login SN docker hub
3232 run : docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
33- - name : Set up Go 1.25
33+ - name : Set up Go 1.25.8
3434 uses : actions/setup-go@v6
3535 with :
36- go-version : 1.25
36+ go-version : 1.25.8
3737 id : go
3838 - name : Check out code into the Go module directory
3939 uses : actions/checkout@v2
@@ -44,10 +44,10 @@ jobs:
4444 steps :
4545 - name : Login SN docker hub
4646 run : docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
47- - name : Set up Go 1.25
47+ - name : Set up Go 1.25.8
4848 uses : actions/setup-go@v6
4949 with :
50- go-version : 1.25
50+ go-version : 1.25.8
5151 id : go
5252 - name : Check out code into the Go module directory
5353 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - name : Login SN docker hub
1515 run : docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
16- - name : Set up Go 1.25
16+ - name : Set up Go 1.25.8
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : 1.25
19+ go-version : 1.25.8
2020 id : go
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- go-version : [ 1.25 ]
17+ go-version : [ 1.25.8 ]
1818 steps :
1919 - uses : actions/checkout@v2
2020 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 style-check :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Set up Go 1.25
14+ - name : Set up Go 1.25.8
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : 1.25
17+ go-version : 1.25.8
1818 id : go
1919 - name : Check out code into the Go module directory
2020 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 scan-vulnerabilities :
1313 runs-on : ubuntu-latest
1414 steps :
15- - name : Set up Go 1.25
15+ - name : Set up Go 1.25.8
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : 1.25
18+ go-version : 1.25.8
1919 id : go
2020
2121 - name : Check out code into the Go module directory
3434 format : ' table'
3535 exit-code : ' 1'
3636 severity : " MEDIUM,HIGH,CRITICAL"
37- vuln-type : " library"
37+ vuln-type : " library"
Original file line number Diff line number Diff line change 11module github.com/streamnative/pulsarctl
22
3- go 1.25.7
3+ go 1.25.8
44
55require (
66 github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20251222030102-3bb7d4eff361
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ USER root
88RUN apk update && apk add curl git build-base
99
1010# install golang
11- COPY --from=golang:1.25.5 -alpine /usr/local/go/ /usr/local/go/
11+ COPY --from=golang:1.25.8 -alpine /usr/local/go/ /usr/local/go/
1212ENV PATH /usr/local/go/bin:$PATH
1313
1414
You can’t perform that action at this time.
0 commit comments