From 952550dbac6324567e2f90542e1fddf3de41e2c9 Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Mon, 19 Feb 2024 07:32:31 +0100 Subject: [PATCH] =?UTF-8?q?Reapply=20"Run=20CI=20and=20release=20with=20Go?= =?UTF-8?q?=201.22=20=F0=9F=86=99"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f414b4a9a09659afd827a809f7d1b9087dcffbe2. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a8ec82..08f37ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - name: Test ๐Ÿงช run: go test -v -cover env: @@ -15,4 +15,4 @@ jobs: - name: Examine code ๐Ÿ” run: go vet - name: Build ๐Ÿญ - run: go build main.go \ No newline at end of file + run: go build main.go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f0b3b8..07023ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v4 - uses: cli/gh-extension-precompile@v1 with: - go_version: "1.21" + go_version: "1.22"