Parcourir la 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 il y a 1 an
Parent
commit
446db42603
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  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:
           fetch-depth: 0
       - name: Set up Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
           go-version: 1.21
       - name: Run GoReleaser

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

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

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

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