Browse Source

Chore: bump actions/setup-go from 3 to 4 (#2412)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
093d7b0b6f
3 changed files with 4 additions and 4 deletions
  1. 1 1
      .github/workflows/linter.yml
  2. 2 2
      .github/workflows/release.yml
  3. 1 1
      .github/workflows/test.yml

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

@@ -20,7 +20,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Set up Go 1.x
       - name: Set up Go 1.x
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version: ^1.19
           go-version: ^1.19
 
 

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

@@ -117,7 +117,7 @@ jobs:
           echo "ASSET_NAME=$_NAME" >> $GITHUB_ENV
           echo "ASSET_NAME=$_NAME" >> $GITHUB_ENV
 
 
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version: ^1.20
           go-version: ^1.20
 
 
@@ -185,7 +185,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
 
 
       - name: Set up Go
       - name: Set up Go
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version: ^1.20
           go-version: ^1.20
 
 

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

@@ -28,7 +28,7 @@ jobs:
         os: [windows-latest, ubuntu-latest, macos-latest]
         os: [windows-latest, ubuntu-latest, macos-latest]
     steps:
     steps:
       - name: Set up Go 1.x
       - name: Set up Go 1.x
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
         with:
           go-version: ^1.19
           go-version: ^1.19