From 098f801928f958919f369c96bb3f0a4298654587 Mon Sep 17 00:00:00 2001 From: KforG Date: Fri, 1 Mar 2024 12:08:21 +0100 Subject: [PATCH] Update Go and golangci-lint version --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2ca0947c..d05d3026 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '1.17.0' # The Go version to download (if necessary) and use. + go-version: '1.22.0' # The Go version to download (if necessary) and use. # Install all the dependencies - name: Install dependencies @@ -29,7 +29,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.43.0 + version: v1.56.2 # Run build of the application - name: Run build run: go build .