From 6861e7b3fcd16a0ae540ce82d5a95535c1a53949 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 11 Jun 2022 22:24:04 +0200 Subject: [PATCH] GitHub Actions: run on Go 1.18 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 891611b..16c20af 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - # Run on the latest minor release of Go 1.15: - go-version: ^1.15 + # Run on the latest minor release of Go 1.18: + go-version: ^1.18 id: go - name: Check out code into the Go module directory