Skip to content

Commit 7685c2b

Browse files
committed
bump golang
1 parent 0734dbd commit 7685c2b

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2929
with:
30-
go-version: '1.22'
30+
go-version: '1.24'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
23-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
23+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2424
with:
25-
go-version: '1.22'
25+
go-version: '1.24'
2626
cache: false
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea #v6.5.1

.github/workflows/mingo_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2929
with:
30-
go-version: '1.19'
30+
go-version: '1.24'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/vulncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup Go ${{ matrix.go-version }}
25-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
25+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.24'
2828
check-latest: true
2929

3030
- name: Install govulncheck
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- bump golang

uyuni-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ BuildRequires: fish
8080
BuildRequires: zsh
8181
# Get the proper Go version on different distros
8282
%if 0%{?suse_version}
83-
BuildRequires: golang(API) >= 1.22
83+
BuildRequires: golang(API) >= 1.24
8484
%endif
8585
# 0%{?suse_version}
8686

0 commit comments

Comments
 (0)