Skip to content

Commit

Permalink
chore(ci): bump Ubuntu and Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guelfey committed Sep 21, 2024
1 parent 8c42479 commit 8f43440
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ permissions:
jobs:

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.23
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20']
go-version: ['1.22', '1.23']

steps:

Expand All @@ -49,7 +49,7 @@ jobs:
run: go test -race -v ./...

codespell:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master

0 comments on commit 8f43440

Please sign in to comment.