We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9699b commit cec3610Copy full SHA for cec3610
1 file changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
buildAndTest:
15
name: Build and Test
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
steps:
18
- name: Check out code into the Go module directory
19
uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
54
55
release:
56
name: Release
57
58
needs: [buildAndTest]
59
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
60
0 commit comments