Skip to content

Commit e0a4120

Browse files
authored
[chore] Explictly bump to go1.21.7 (#470)
1 parent 16bde5d commit e0a4120

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: '~1.21.5'
56+
go-version: '~1.21.7'
5757
check-latest: true
5858

5959
- name: Generate the sources

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '~1.21.5'
22+
go-version: '~1.21.7'
2323
check-latest: true
2424

2525
- name: Verify

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '~1.21.5'
43+
go-version: '~1.21.7'
4444
check-latest: true
4545

4646
- name: Generate distribution sources
@@ -108,7 +108,7 @@ jobs:
108108

109109
- uses: actions/setup-go@v5
110110
with:
111-
go-version: '~1.21.5'
111+
go-version: '~1.21.7'
112112
check-latest: true
113113

114114
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)