File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,8 @@ updates:
3333 minor-updates :
3434 update-types :
3535 - " minor"
36+
37+ - package-ecosystem : " github-actions"
38+ directory : " /"
39+ schedule :
40+ interval : " weekly"
Original file line number Diff line number Diff line change 3333 - name : Install Go
3434 uses : actions/setup-go@v4
3535 with :
36- go-version : 1.24
36+ go-version : 1.25
3737
3838 - name : Update version in main.go
3939 run : |
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : ' 1.24 '
19+ go-version : 1.25
2020
2121 - name : Build go
2222 run : go build
Original file line number Diff line number Diff line change 1- 1.24
1+ 1.25
Original file line number Diff line number Diff line change 11module github.com/fosrl/newt
22
3- go 1.24
3+ go 1.25
44
55require (
66 github.com/docker/docker v28.3.3+incompatible
You can’t perform that action at this time.
0 commit comments