From 91deff4a1490ab9189d9926e2b190c1dc94316e2 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 2 Jun 2023 17:23:48 +0200 Subject: [PATCH] chore: bump Go action to v4 (#13) --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3fdaed..e8d8449 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}