Merge pull request #25 from migeorge/update-test-workflow

Update Test Workflow
This commit is contained in:
Mike Stefanello 2023-01-18 09:01:42 -05:00 committed by GitHub
commit 859925bc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build