File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
name : Build
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
25
26
26
test :
27
27
name : Test
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-24 .04
29
29
steps :
30
30
- name : Checkout
31
31
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
36
37
37
lint :
38
38
name : Lint
39
- runs-on : ubuntu-20 .04
39
+ runs-on : ubuntu-24 .04
40
40
steps :
41
41
- name : Checkout
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
codeql :
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : Release
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change 6
6
ldflags :
7
7
- -X github.com/chrisgavin/gh-dispatch/internal/version.version={{.Version}}
8
8
- -X github.com/chrisgavin/gh-dispatch/internal/version.commit={{.Commit}}
9
+ env :
10
+ - CGO_ENABLED=0
9
11
10
12
archives :
11
13
- format : binary
You can’t perform that action at this time.
0 commit comments