From 0e7621f270c34c54c0c8fe70798fccf1f07567b1 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 9 Jan 2023 15:55:27 +0300 Subject: [PATCH] update setup-go action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f62494..0e514b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: go-version: ['1.18', '1.19', '1.20'] steps: - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory