From a2c7a97d02d75e0753465e46cb33fb86cb3a6739 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 26 Feb 2024 00:06:06 +0700 Subject: .github: update setup-go to version 5 and Go to minimum supported version --- .github/workflows/go.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 623c54b5..e25237a1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,20 +1,18 @@ -name: Go1.20 +name: Go1.21 on: [push] jobs: - build: name: Build runs-on: ubuntu-latest steps: - - - name: Set up Go 1.20 - uses: actions/setup-go@v4 + - name: Set up Go 1.21 + uses: actions/setup-go@v5 with: - go-version: '^1.20.8' + go-version: '^1.21.7' id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: make build -- cgit v1.3