check: update checkout and setup go to v3

Updates checkout and setup go from v2 to v3
This commit is contained in:
Spencer Comfort 2023-01-19 21:53:31 -05:00 committed by GitHub
parent de7ca4be30
commit d4947041b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Install Go - name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Test - name: Test
run: make test run: make test