File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- 1.40.0
1
+ 1.41.2
Original file line number Diff line number Diff line change 25
25
username : ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
26
26
- uses : actions/setup-go@v5
27
27
with :
28
- go-version : " 1.22 "
28
+ go-version : " 1.23 "
29
29
- name : Install create-package
30
30
run : |
31
31
#!/usr/bin/env bash
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : " 1.22 "
20
+ go-version : " 1.23 "
21
21
- name : Install create-package
22
22
run : |
23
23
#!/usr/bin/env bash
@@ -182,7 +182,7 @@ jobs:
182
182
restore-keys : ${{ runner.os }}-go-
183
183
- uses : actions/setup-go@v5
184
184
with :
185
- go-version : " 1.22 "
185
+ go-version : " 1.23 "
186
186
- name : Install richgo
187
187
run : |
188
188
#!/usr/bin/env bash
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v5
13
13
with :
14
- go-version : " 1.22 "
14
+ go-version : " 1.23 "
15
15
- name : Install update-buildpack-dependency
16
16
run : |
17
17
#!/usr/bin/env bash
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v5
13
13
with :
14
- go-version : " 1.22 "
14
+ go-version : " 1.23 "
15
15
- uses : actions/checkout@v4
16
16
- name : Update Go Version & Modules
17
17
id : update-go
25
25
exit 1
26
26
fi
27
27
28
- OLD_GO_VERSION=$(grep -P '^go \d\.\d+' go.mod | cut -d ' ' -f 2)
28
+ OLD_GO_VERSION=$(grep -P '^go \d\.\d+' go.mod | cut -d ' ' -f 2 | cut -d '.' -f 1-2 )
29
29
30
30
go mod edit -go="$GO_VERSION"
31
31
go mod tidy
49
49
echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT"
50
50
echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT"
51
51
env :
52
- GO_VERSION : " 1.22 "
52
+ GO_VERSION : " 1.23 "
53
53
- uses : peter-evans/create-pull-request@v6
54
54
with :
55
55
author : ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.22 "
19
+ go-version : " 1.23 "
20
20
- name : Install octo
21
21
run : |
22
22
#!/usr/bin/env bash
You can’t perform that action at this time.
0 commit comments