Skip to content

Commit 545b294

Browse files
Merge pull request #1084 from percona/PMM-7-go-bump
PMM-7 Go bump.
2 parents 9323bc4 + 76db8a5 commit 545b294

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/toolkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.25'
23+
go-version-file: ${{ github.workspace }}/go.mod
2424
- name: Build
2525
run: cd src/go; make linux-amd64; cd ../../
2626

2727
- name: Build the Docker image
2828
run: echo "FROM oraclelinux:9-slim" > Dockerfile; echo "RUN microdnf -y update" >> Dockerfile; echo "COPY bin/* /usr/bin/" >> Dockerfile; docker build . --file Dockerfile --tag percona-toolkit:${{ github.sha }}
2929
- name: Run Trivy vulnerability scanner
30-
uses: aquasecurity/trivy-action@0.34.0
30+
uses: aquasecurity/trivy-action@0.35.0
3131
with:
3232
image-ref: 'percona-toolkit:${{ github.sha }}'
3333
format: 'table'

config/scripts/pt_builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ install_go() {
170170
#rm -rf /usr/local/go /usr/local/go1.8 /usr/local/go1.9
171171
#mv go1.9 /usr/local/
172172
#ln -s /usr/local/go1.9 /usr/local/go
173-
GO_VERSION=1.25.5
173+
GO_VERSION=1.25.8
174174
if [ x"$ARCH" = "xx86_64" ]; then
175175
GO_ARCH="amd64"
176176
elif [ x"$ARCH" = "xaarch64" ]; then

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/percona/percona-toolkit
22

3-
go 1.25.5
3+
go 1.25.8
44

55
require (
66
github.com/AlekSi/pointer v1.2.0

0 commit comments

Comments
 (0)