From 026d31ce2333dbbccae0e28f488dae85509ce01a Mon Sep 17 00:00:00 2001 From: Pavel Gabriel Date: Thu, 20 Jul 2023 19:26:41 +0200 Subject: [PATCH] use go setup v4 with stable go version (#251) --- .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 9abe1b3..aeb2800 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,9 +15,9 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: '> 1.18' + go-version: stable id: go - name: Check out code into the Go module directory