From a13a52c3122c0e2bf7494ca89e37dcd0fd7061c8 Mon Sep 17 00:00:00 2001 From: Valentine Date: Sat, 9 Mar 2024 14:09:48 +0300 Subject: [PATCH] bump go.yml --- .github/workflows/go.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2fca279..2be0748 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,14 +10,12 @@ jobs: name: Test runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Set up Go 1.16 - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - name: Test run: go test -v