From 02068ea8ec1e88e652c21e77f770e3c3e45262ff Mon Sep 17 00:00:00 2001 From: Connor Daly Date: Thu, 2 Mar 2023 11:32:26 -0500 Subject: [PATCH 1/2] Bumped ci lint version --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f80ead481..ca02118ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: '1.19' + go-version: "1.19" - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.45 + version: v1.49 working-directory: . args: --timeout 3m - name: Install license check @@ -54,7 +54,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.19' + go-version: "1.19" - name: Set up arm64 cross compiler run: | sudo apt-get -y update @@ -85,4 +85,3 @@ jobs: env: #https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - From 2831ae30ee23d054bd1c2ac4818d9b695bfb28f7 Mon Sep 17 00:00:00 2001 From: Connor Daly Date: Thu, 2 Mar 2023 11:33:00 -0500 Subject: [PATCH 2/2] Bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8cfbc905b..8428158dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file