We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cb0f2 commit 0aa3084Copy full SHA for 0aa3084
1 file changed
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on:
5
jobs:
6
golangci_lint:
7
name: golangci-lint
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
25
build_and_test:
26
name: Build and run tests
27
needs: golangci_lint
28
29
30
- name: Set up Go
31
uses: actions/setup-go@v5
0 commit comments