From 6d9d500de946d5b992804b4208449fc741f68e26 Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Sun, 25 Feb 2024 21:55:48 -0500 Subject: Use Go 1.22 This upgrades sally to use Go 1.22. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8679609..691eef7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x cache: true - name: Build @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-go@v5 name: Set up Go with: - go-version: 1.21.x + go-version: 1.22.x cache: false # managed by golangci-lint - uses: golangci/golangci-lint-action@v5 -- cgit v1.2.3