Skip to content

Commit 22603d6

Browse files
chore(deps): update dependency go to v1.24.4
1 parent ae7d55b commit 22603d6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.24.0'
26+
go-version: '1.24.4'
2727

2828
- name: Install Groovy
2929
run: sudo apt-get update && sudo apt-get install groovy -y

.github/workflows/update-go-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.24.0'
16+
go-version: '1.24.4'
1717
- name: Perform update
1818
run: |
1919
git checkout -B gh-action-update-golang-dependencies

.github/workflows/upload-go-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.24.0'
16+
go-version: '1.24.4'
1717
- env:
1818
CGO_ENABLED: 0
1919
run: |

.github/workflows/verify-go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: styfle/[email protected]
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24.0'
18+
go-version: '1.24.4'
1919
- name: Cache Golang Packages
2020
uses: actions/cache@v3
2121
with:
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: '1.24.0'
46+
go-version: '1.24.4'
4747
- name: Cache Golang Packages
4848
uses: actions/cache@v3
4949
with:
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/setup-go@v5
6565
with:
66-
go-version: '1.24.0'
66+
go-version: '1.24.4'
6767
- name: checkout
6868
uses: actions/checkout@v4
6969
with:
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/setup-go@v5
8080
with:
81-
go-version: '1.24.0'
81+
go-version: '1.24.4'
8282
- name: Cache Golang Packages
8383
uses: actions/cache@v3
8484
with:
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/setup-go@v5
100100
with:
101-
go-version: '1.24.0'
101+
go-version: '1.24.4'
102102
- name: Cache Golang Packages
103103
uses: actions/cache@v3
104104
with:

0 commit comments

Comments
 (0)