githubed more
check-and-test / check-and-test (push) Successful in 12m14s Details

This commit is contained in:
gilesb 2023-10-26 13:02:09 +01:00
parent 5115413925
commit cfbcee30bb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
with: with:
token: ${{ github.token }} token: ${{ github.token }}
- name: setup go - name: setup go
uses: https://github.com/actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '>=1.20.1' go-version: '>=1.20.1'
- name: lint and build - name: lint and build