Commit b3b1107 1 parent ab2cdb8 commit b3b1107 Copy full SHA for b3b1107
File tree 8 files changed +10
-11
lines changed
8 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
jobs :
21
21
build :
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-22.04
23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
- uses : actions/setup-go@v3
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ defaults:
18
18
19
19
jobs :
20
20
build :
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
steps :
23
23
- uses : actions/checkout@v3
24
24
- name : Login to Packages Container registry
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
9
9
jobs :
10
10
golangci-lint :
11
11
name : runner / golangci-lint
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- name : golangci-lint
21
21
# Use revive via golangci-lint binary with "warning" level.
22
22
revive :
23
23
name : runner / revive
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
steps :
26
26
- name : Check out code into the Go module directory
27
27
uses : actions/checkout@v3
35
35
# You can add more and more supported linters with different config.
36
36
errcheck :
37
37
name : runner / errcheck
38
- runs-on : ubuntu-latest
38
+ runs-on : ubuntu-22.04
39
39
steps :
40
40
- name : Check out code into the Go module directory
41
41
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
goreleaser :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 4
4
- cron : ' 30 1 * * *'
5
5
jobs :
6
6
stale :
7
- runs-on : ubuntu-latest
7
+ runs-on : ubuntu-22.04
8
8
steps :
9
9
- uses : actions/stale@v5
10
10
with :
11
11
stale-pr-message : ' This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
12
12
days-before-stale : 30
13
13
days-before-close : 5
14
14
only-labels : ' waiting-on-response'
15
-
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
test :
17
17
name : runner / gotest
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
container : ghcr.io/runatlantis/testing-env:2021.08.31
20
20
steps :
21
21
# user in image needs write access to do anything
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
You can’t perform that action at this time.
0 commit comments