From 9a6f0e7926fc7d3295bcf353c43508a1615e9eca Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Wed, 14 Aug 2024 20:52:10 +0000 Subject: [PATCH] Pin go version Signed-off-by: Gabriel Adrian Samfira --- .github/workflows/go-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 7c6f6530..79483022 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -26,9 +26,9 @@ jobs: sudo apt-get update sudo apt-get install -y libbtrfs-dev build-essential apg jq - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: - go-version: 'stable' + go-version: '^1.22.3' - uses: actions/checkout@v3 - name: make lint run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS="--timeout=8m --build-tags=testing,integration" make lint