File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1414 with :
15- go-version : 1.24.4
15+ go-version : 1.24.5
1616
1717 - name : Install go tooling
1818 run : |
Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2323 with :
24- go-version : 1.24.4
24+ go-version : 1.24.5
2525
2626 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
2727 with :
Original file line number Diff line number Diff line change 2020 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2121 with :
2222 # renovate: go-version
23- go-version : 1.24.4
23+ go-version : 1.24.5
2424
2525 - name : Run go tests
2626 run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/envelope-zero/backend/v7
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.5
66
77require (
88 github.com/gin-contrib/cors v1.7.6
You can’t perform that action at this time.
0 commit comments