File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Release
66on :
77 push :
88 tags :
9- - ' v* '
9+ - " v* "
1010
1111# Releases need permissions to read and write the repository contents.
1212# GitHub considers creating releases and uploading assets as writing contents.
@@ -15,15 +15,15 @@ permissions:
1515
1616jobs :
1717 goreleaser :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04
1919 steps :
2020 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 # Allow goreleaser to access older tag information.
2323 fetch-depth : 0
2424 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2525 with :
26- go-version-file : ' go.mod'
26+ go-version-file : " go.mod"
2727 cache : true
2828 - name : Import GPG key
2929 uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
Original file line number Diff line number Diff line change 1919 # Ensure project builds before running testing matrix
2020 build :
2121 name : Build
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-24.04
2323 timeout-minutes : 5
2424 steps :
2525 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535 version : latest
3636
3737 generate :
38- runs-on : ubuntu-latest
38+ name : Generate
39+ runs-on : ubuntu-24.04
3940 steps :
4041 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4142 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5657 test :
5758 name : Terraform Provider Acceptance Tests
5859 needs : build
59- runs-on : ubuntu-latest
60+ runs-on : ubuntu-24.04
6061 timeout-minutes : 15
6162 strategy :
6263 fail-fast : false
You can’t perform that action at this time.
0 commit comments