chore: bump Go action to v4

This commit is contained in:
Daniel Carrillo 2023-05-22 08:54:26 +02:00
parent 5b85eef7eb
commit 97da33c5b7
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
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 }}