From 543e18eb7a69a3cbf6a9e860e825355cc6bb852e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez?= Date: Tue, 11 Feb 2025 20:42:26 +0100 Subject: [PATCH] Upgrade ubuntu to latest LTS --- .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 e669473..71a0479 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -18,4 +18,4 @@ jobs: args: sh -c "go get -t -v ./...; gofmt -w -s . && git diff --exit-code; go tool vet .; - go test -v -race ./..." \ No newline at end of file + go test -v -race ./..."