Skip to content

Commit 1f8943c

Browse files
authored
Merge pull request #15 from Lokowitz/update-version
Update version
2 parents 109bda9 + e765d9c commit 1f8943c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24
1+
1.25

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fosrl/newt
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/docker/docker v28.3.3+incompatible

0 commit comments

Comments
 (0)