Skip to content

Commit 98c8d3f

Browse files
committed
BUILD/MEDIUM: github: use latest patch version of go
1 parent 4723b45 commit 98c8d3f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v4
1717
with:
1818
go-version-file: 'go.mod'
19+
check-latest: true
1920
- name: Run GoReleaser
2021
uses: goreleaser/goreleaser-action@v4
2122
with:

.github/workflows/actions.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-go@v4
2424
with:
2525
go-version-file: 'go.mod'
26+
check-latest: true
2627
- name: generating documentation
2728
run: cd documentation/gen && go run .
2829
- name: changes
@@ -39,6 +40,7 @@ jobs:
3940
uses: actions/setup-go@v4
4041
with:
4142
go-version-file: 'go.mod'
43+
check-latest: true
4244
- uses: actions/cache@v2
4345
with:
4446
path: |
@@ -61,6 +63,7 @@ jobs:
6163
uses: actions/setup-go@v4
6264
with:
6365
go-version-file: 'go.mod'
66+
check-latest: true
6467
- uses: actions/cache@v2
6568
with:
6669
path: |
@@ -84,6 +87,7 @@ jobs:
8487
uses: actions/setup-go@v4
8588
with:
8689
go-version-file: 'go.mod'
90+
check-latest: true
8791
- uses: actions/cache@v2
8892
with:
8993
path: |
@@ -106,6 +110,7 @@ jobs:
106110
uses: actions/setup-go@v4
107111
with:
108112
go-version-file: 'go.mod'
113+
check-latest: true
109114
- uses: actions/cache@v2
110115
with:
111116
path: |
@@ -133,6 +138,7 @@ jobs:
133138
uses: actions/setup-go@v4
134139
with:
135140
go-version-file: 'go.mod'
141+
check-latest: true
136142
- uses: actions/cache@v2
137143
with:
138144
path: |

0 commit comments

Comments
 (0)