From 51a7bbf7dca7c369826997b8760aa8dcb026227a Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Thu, 22 Feb 2024 10:43:12 +0300 Subject: [PATCH] ci: update Go and Staticcheck versions Signed-off-by: Fatih Arslan --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8211f1f..a133d55 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,6 @@ name: build on: push: branches: - - master - main pull_request: @@ -15,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '>=1.20.0' + go-version: '>=1.22.0' - name: Check out code into the Go module directory uses: actions/checkout@v4 @@ -42,7 +41,7 @@ jobs: - name: Staticcheck uses: dominikh/staticcheck-action@v1.3.0 with: - version: "2023.1.2" + version: "2023.1.7" install-go: false - name: Build