From bfff2fa8d92aae6b0eae868012651dc36608f8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 8 Aug 2023 21:42:42 +0300 Subject: [PATCH] Update CI to use Go 1.19 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ad4ad081..7c8ab81d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,7 @@ jobs: restore-keys: ${{ runner.os }}-go- - uses: actions/setup-go@v2 with: - go-version: 1.18.9 + go-version: 1.19 - name: "Verify build.sh" run: | ./build.sh