From 3dfad93c69fa117019c49799cbecfebe12e593ec Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 11 Feb 2024 12:18:20 +0200 Subject: [PATCH] Update Go version to 1.22.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/master.yml | 4 ++-- .github/workflows/release-tag.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a08a603..8f6b3e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22.0 - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22.0 - name: Build & test run: make ci-test - name: Upload log files diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 488382e..51483bd 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22.0 - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22.0 - name: Build & test run: make ci-test - name: Upload log files diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index c441926..776c80f 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22.0 - name: Build release run: | make clean lint test;