From 6f50a76c8a1c960111d7e9242e9a2a94864142a2 Mon Sep 17 00:00:00 2001 From: 0x4f53 <71916237+0x4f53@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:22:06 +0530 Subject: [PATCH] modified go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ee7422..cf6a70c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,10 +19,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22.3' - name: Build run: go build -v ./... - name: Test - run: go test -v ./... + run: go test -v ./... \ No newline at end of file