Skip to content

Commit

Permalink
github worker: update Ubuntu version
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
  • Loading branch information
nullr0ute committed Feb 11, 2025
1 parent 41c3226 commit a0091bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
test:
name: "🛃 Checks"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.14
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
run: go test -race -covermode=atomic -coverprofile=coverage.txt -coverpkg=./... ./...

- name: Send coverage to codecov.io
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit a0091bf

Please # to comment.