Преглед изворни кода

chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#6541)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] пре 1 дан
родитељ
комит
8a9a0c108f

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

@@ -70,7 +70,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
       - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v3
       - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v3
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
         id: setup-go
         id: setup-go
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
@@ -110,7 +110,7 @@ jobs:
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.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

@@ -23,7 +23,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
         with:
         with:
           go-version-file: "go.mod"
           go-version-file: "go.mod"
 
 

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

@@ -93,7 +93,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 
@@ -180,7 +180,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 
@@ -275,7 +275,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
         with:
         with:
           go-version-file: go.mod
           go-version-file: go.mod
 
 

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

@@ -72,7 +72,7 @@ jobs:
         uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
         uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.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

@@ -120,7 +120,7 @@ jobs:
           persist-credentials: false
           persist-credentials: false
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.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

@@ -59,7 +59,7 @@ jobs:
         run: git checkout "$RESOLVED_SHA"
         run: git checkout "$RESOLVED_SHA"
 
 
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.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

@@ -66,7 +66,7 @@ jobs:
         persist-credentials: false
         persist-credentials: false
 
 
     - name: Setup Go
     - name: Setup Go
-      uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
+      uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
       with:
       with:
         go-version-file: go.mod
         go-version-file: go.mod