Browse Source

chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#6010)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5...4b73464bb391d4059bd26b0524d20df3927bd417)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 month ago
parent
commit
79ebeb2bed

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

@@ -69,7 +69,7 @@ jobs:
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
       - uses: hashicorp/setup-terraform@ce70bcf31a3711a1efd50b61e7216b0196b6f4f1 # v3
       - uses: hashicorp/setup-terraform@ce70bcf31a3711a1efd50b61e7216b0196b6f4f1 # v3
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
@@ -107,7 +107,7 @@ jobs:
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"

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

@@ -22,7 +22,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 

+ 3 - 3
.github/workflows/e2e-managed.yml

@@ -112,7 +112,7 @@ jobs:
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 
@@ -187,7 +187,7 @@ jobs:
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 
@@ -275,7 +275,7 @@ jobs:
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
           ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 

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

@@ -73,7 +73,7 @@ jobs:
           install: true
           install: true
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"

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

@@ -158,7 +158,7 @@ jobs:
           fetch-depth: 0
           fetch-depth: 0
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"

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

@@ -56,7 +56,7 @@ jobs:
         run: git checkout ${{ steps.resolve_ref.outputs.sha }}
         run: git checkout ${{ steps.resolve_ref.outputs.sha }}
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"

+ 1 - 1
.github/workflows/update-deps.yml

@@ -62,7 +62,7 @@ jobs:
         fetch-depth: 0
         fetch-depth: 0
 
 
     - name: Setup Go
     - name: Setup Go
-      uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+      uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
       with:
       with:
         go-version-file: go.mod
         go-version-file: go.mod