Skip to content

Commit ade534b

Browse files
authoredSep 13, 2022
chore: use latest go patch version (#2495)
1 parent 26cea52 commit ade534b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-go@v2
1919
with:
2020
go-version: ${{ env.GO_VERSION }}
21+
check-latest: true
2122
- uses: actions/cache@v2
2223
with:
2324
path: |

‎.github/workflows/deflake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: ${{ env.GO_VERSION }}
16+
check-latest: true
1617
- uses: actions/cache@v2
1718
with:
1819
path: |

‎.github/workflows/snapshots.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v2
1515
with:
1616
go-version: ${{ env.GO_VERSION }}
17+
check-latest: true
1718
- uses: actions/cache@v2
1819
with:
1920
path: |

0 commit comments

Comments
 (0)
Please sign in to comment.