From 325e383306cfce4944966a713177438606dc3428 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:47:59 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 (#89) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4fdb522..55fc938 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -65,7 +65,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.4 + go-version: 1.23.5 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 5c4f059..5fec640 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.4 + go-version: 1.23.5 - name: Test run: go test -v ./... -cover \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75135b8..d791a82 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.4 + go-version: 1.23.5 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 diff --git a/go.mod b/go.mod index e7e005e..93d1ebb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/steffakasid/kusto-me go 1.23.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/ghodss/yaml v1.0.0