From 3228f5ab22c2bf6e5ad1fa16a3e49b3a8d5c5a23 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sun, 12 Mar 2023 13:36:31 +0300 Subject: [PATCH] ci: update dependencies --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e24be9..0612a79 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '>=1.18.0' + go-version: '>=1.20.0' - name: Check out code into the Go module directory uses: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: - name: Staticcheck uses: dominikh/staticcheck-action@v1.2.0 with: - version: "2022.1.2" + version: "2023.1.2" install-go: false - name: Build