From d42fa2bb696e52746ad6e3735be640cd30ecfefe Mon Sep 17 00:00:00 2001 From: jmnote Date: Fri, 29 Dec 2023 08:51:40 +0000 Subject: [PATCH] go-vet --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2f1e451..53e4506 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -40,9 +40,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/setup-go@v4 - - uses: actions/checkout@v3 with: go-version: '^1.21.5' + - uses: actions/checkout@v3 - run: go vet ./... staticcheck: