Browse Source

Merge pull request #178 from mudler/renovate/actions-setup-go-5.x

chore(deps): update actions/setup-go action to v5
Ettore Di Giacinto 1 year ago
parent
commit
446db42603
3 changed files with 4 additions and 4 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/release.yml
  3. 2 2
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/build.yml

@@ -12,7 +12,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.21
           go-version: 1.21
       - name: Run GoReleaser
       - name: Run GoReleaser

+ 1 - 1
.github/workflows/release.yml

@@ -14,7 +14,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.21
           go-version: 1.21
       - name: Run GoReleaser
       - name: Run GoReleaser

+ 2 - 2
.github/workflows/test.yml

@@ -13,7 +13,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.21
           go-version: 1.21
       
       
@@ -48,7 +48,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.21
           go-version: 1.21
       - name: Download result for build
       - name: Download result for build