Skip to content

Commit 0ab0233

Browse files
Enable latest Go toolchain checks in reusable workflows
1 parent bd28b3d commit 0ab0233

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable-builder-flatpak.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7272
with:
7373
go-version: '^1.19'
74+
check-latest: true
7475

7576
- name: Setup Flatpak
7677
run: |

.github/workflows/reusable-builder-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
113113
with:
114114
go-version: ${{ inputs.go-version }}
115+
check-latest: true
115116

116117
- name: Cache go module
117118
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

.github/workflows/reusable-golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7474
with:
7575
go-version: '^1.18'
76+
check-latest: true
7677

7778
- name: Golang linter
7879
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1

.github/workflows/reusable-nancy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5656
with:
5757
go-version: ^1.18
58+
check-latest: true
5859

5960
- name: Write Go module list
6061
run: |

0 commit comments

Comments
 (0)