From 245de8695395ee2187c581171eafdcd7b655dddc Mon Sep 17 00:00:00 2001 From: jvmistica Date: Sun, 17 Mar 2024 15:53:57 +0100 Subject: [PATCH] ci: upgrade versions --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 15789ea..80916f2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' check-latest: true - name: build