From 4e297cd4b9ac187d939d5ba7eedfe2d5eda65771 Mon Sep 17 00:00:00 2001 From: Gerben Jacobs Date: Sat, 2 Nov 2024 23:01:23 +0100 Subject: [PATCH] update Go action --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 53b3707..1bd0fbe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,12 +11,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: '>=1.23.0' - name: Build run: go build -v ./...