We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0212f commit 859f67eCopy full SHA for 859f67e
.github/workflows/alpha-releases.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
tag-release:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
steps:
12
- name: Checkout
13
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
matrix:
go_version: [ 1.22.x ]
14
15
16
17
18
- name: checkout
0 commit comments