Skip to content

Commit 85bf55d

Browse files
authored
fix(ci): use ubuntu-latest (#106)
1 parent 3621c3e commit 85bf55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ on:
1717
- '.github/workflows/test.yaml'
1818

1919
env:
20-
GO_VERSION: "1.22"
20+
GO_VERSION: "1.23"
2121

2222
jobs:
2323
unit-tests:
2424
name: 'Unit tests'
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828

0 commit comments

Comments
 (0)