mmetc hace 1 año
padre
commit
45571cea08

+ 1 - 1
.github/workflows/bats-hub.yml

@@ -33,7 +33,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: "Install bats dependencies"
       env:

+ 1 - 1
.github/workflows/bats-mysql.yml

@@ -36,7 +36,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: "Install bats dependencies"
       env:

+ 1 - 1
.github/workflows/bats-postgres.yml

@@ -45,7 +45,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: "Install bats dependencies"
       env:

+ 1 - 1
.github/workflows/bats-sqlite-coverage.yml

@@ -28,7 +28,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: "Install bats dependencies"
       env:

+ 1 - 1
.github/workflows/ci-windows-build-msi.yml

@@ -35,7 +35,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: Build
       run: make windows_installer BUILD_RE2_WASM=1

+ 2 - 1
.github/workflows/codeql-analysis.yml

@@ -48,10 +48,11 @@ jobs:
       with:
         # required to pick up tags for BUILD_VERSION
         fetch-depth: 0
+
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
         cache-dependency-path: "**/go.sum"
 
     # Initializes the CodeQL tools for scanning.

+ 1 - 1
.github/workflows/go-tests-windows.yml

@@ -34,7 +34,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: Build
       run: |

+ 1 - 1
.github/workflows/go-tests.yml

@@ -126,7 +126,7 @@ jobs:
     - name: "Set up Go"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.21.6"
+        go-version: "1.21.7"
 
     - name: Create localstack streams
       run: |

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

@@ -25,7 +25,7 @@ jobs:
       - name: "Set up Go"
         uses: actions/setup-go@v5
         with:
-          go-version: "1.21.6"
+          go-version: "1.21.7"
 
       - name: Build the binaries
         run: |

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # vim: set ft=dockerfile:
-FROM golang:1.21.6-alpine3.18 AS build
+FROM golang:1.21.7-alpine3.18 AS build
 
 ARG BUILD_VERSION
 

+ 1 - 1
Dockerfile.debian

@@ -1,5 +1,5 @@
 # vim: set ft=dockerfile:
-FROM golang:1.21.6-bookworm AS build
+FROM golang:1.21.7-bookworm AS build
 
 ARG BUILD_VERSION
 

+ 1 - 1
azure-pipelines.yml

@@ -27,7 +27,7 @@ stages:
           - task: GoTool@0
             displayName: "Install Go"
             inputs:
-                version: '1.21.6'
+                version: '1.21.7'
 
           - pwsh: |
               choco install -y make