Skip to content

Commit f9e56c8

Browse files
committed
Release: test code, check for latest go ver
1 parent caf25c3 commit f9e56c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
uses: actions/setup-go@v4
3030
with:
3131
go-version: '>=1.18.0'
32-
github-token: ${{ secrets.GH_PAT }}
32+
token: ${{ secrets.GH_PAT }}
33+
check-latest: true
34+
- run: go run certcheck.go https://chrisshort.net
3335

3436
- name: Release Go binaries 🎁
3537
uses: goreleaser/goreleaser-action@master

0 commit comments

Comments
 (0)