From 16044e94b45e441bb1c1636ba46a8a8b5c4f8833 Mon Sep 17 00:00:00 2001 From: Artyom Antonov <64745136+mchrome@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:30:55 +0500 Subject: [PATCH] Bump version to v0.14.0 (#290) --- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/docker.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/tests-sd.yml | 4 ++-- .github/workflows/tests.yml | 6 +++--- graphite-clickhouse.go | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f9ff70a71..bec0621a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -36,7 +36,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -47,7 +47,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -61,6 +61,6 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2087e97f3..4f08849da 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Docker meta id: meta uses: docker/metadata-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7630aaa06..d9bbd0627 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,11 @@ jobs: matrix: ${{ steps.build.outputs.matrix }} steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ^1 - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 name: Checkout - name: Test @@ -36,7 +36,7 @@ jobs: - name: Install packaging dependencies run: | gem install fpm package_cloud - GO111MODULE=off go get github.com/mitchellh/gox + cd && go install github.com/mitchellh/gox@v1.0.1 - name: Build packages id: build @@ -56,7 +56,7 @@ jobs: - name: Artifact id: artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: packages retention-days: 1 diff --git a/.github/workflows/tests-sd.yml b/.github/workflows/tests-sd.yml index ee98a71e1..79d87c1d6 100644 --- a/.github/workflows/tests-sd.yml +++ b/.github/workflows/tests-sd.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Start consul run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09a843596..1d0280678 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Checkout to the latest tag run: | @@ -108,7 +108,7 @@ jobs: - name: Artifact id: artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: packages-${{ matrix.go }} path: | diff --git a/graphite-clickhouse.go b/graphite-clickhouse.go index a3747cea9..12ab7bc3c 100644 --- a/graphite-clickhouse.go +++ b/graphite-clickhouse.go @@ -39,7 +39,7 @@ import ( ) // Version of graphite-clickhouse -const Version = "0.13.4" +const Version = "0.14.0" func init() { scope.Version = Version