Skip to content

Commit 0d3ce67

Browse files
authored
Update go version to 1.24 (IBM-Cloud#6264)
1 parent 2145c1f commit 0d3ce67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: ^1.19
19+
go-version: ^1.24
2020
id: go
2121

2222
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.22
31+
go-version: 1.24
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: bionic
22
sudo: false
33
language: go
44
go:
5-
- 1.19.x
5+
- 1.24.x
66

77
addons:
88
apt:

0 commit comments

Comments
 (0)