From 408d9086e725d7f55de43ead73a3e9066205b066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sun, 20 Mar 2022 16:39:38 +0100 Subject: [PATCH] fix(ci): use go 1.18 in ci build --- .github/workflows/linux-build-on-release.yml | 2 +- .github/workflows/win-build-on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build-on-release.yml b/.github/workflows/linux-build-on-release.yml index e0721c2..1e24201 100644 --- a/.github/workflows/linux-build-on-release.yml +++ b/.github/workflows/linux-build-on-release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.18 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/win-build-on-release.yml b/.github/workflows/win-build-on-release.yml index ce0efda..6be96d4 100644 --- a/.github/workflows/win-build-on-release.yml +++ b/.github/workflows/win-build-on-release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.18 id: go - name: Check out code into the Go module directory