chore: bump Go action to v4 (#13)

This commit is contained in:
Daniel Carrillo 2023-06-02 17:23:48 +02:00 committed by GitHub
parent 81c3a4fbb0
commit 91deff4a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -18,10 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: ${{ matrix.make }}
run: make ${{ matrix.make }}