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 e676c48458

View file

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