Skip to content

Commit 2556bdb

Browse files
committed
Update go versions
1 parent 7adc136 commit 2556bdb

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@v4
5151
with:
52-
go-version: '~1.21'
52+
go-version: '~1.21.1'
5353
check-latest: true
5454

5555
- 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@v4
2121
with:
22-
go-version: '~1.21'
22+
go-version: '~1.21.1'
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
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@v4
3838
with:
39-
go-version: '~1.21'
39+
go-version: '~1.21.1'
4040
check-latest: true
4141

4242
- name: Generate distribution sources
@@ -104,7 +104,7 @@ jobs:
104104

105105
- uses: actions/setup-go@v4
106106
with:
107-
go-version: '~1.21'
107+
go-version: '~1.21.1'
108108
check-latest: true
109109

110110
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)