File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2727
2828# set up environment variables to be used across all the jobs
2929env :
30- GOLANG_VERSION : " 1.26.x"
3130 KIND_VERSION : " v0.31.0"
3231 K8S_VERSION : " v1.35.1"
3332 REGISTRY : " ghcr.io/${{ github.repository_owner }}/postgresql-trunk"
10099 - name : Install Go
101100 uses : actions/setup-go@v6
102101 with :
103- go-version : ${{ env.GOLANG_VERSION }}
102+ go-version-file : go.mod
103+ check-latest : true
104104
105105 - name : Set GoReleaser environment
106106 run : |
Original file line number Diff line number Diff line change 2828 "datasourceTemplate" : " docker" ,
2929 "versioningTemplate" : " loose" ,
3030 "depNameTemplate" : " kindest/node"
31- },
32- {
33- "customType" : " regex" ,
34- "managerFilePatterns" : [
35- " /^\\ .github\\ /workflows\\ /[^/]+\\ .ya?ml$/"
36- ],
37- "matchStrings" : [
38- " GOLANG_VERSION: \" (?<currentValue>.*?)\\ .x\" "
39- ],
40- "datasourceTemplate" : " golang-version" ,
41- "depNameTemplate" : " golang" ,
42- "versioningTemplate" : " loose" ,
43- "extractVersionTemplate" : " ^(?<version>\\ d+\\ .\\ d+)"
4431 }
4532 ]
4633}
You can’t perform that action at this time.
0 commit comments