Merge pull request #19 from Lokowitz/update-versions-dependabot

Update versions dependabot

Former-commit-id: bb2226c872
This commit is contained in:
Owen Schwartz
2025-08-30 15:27:26 -07:00
committed by GitHub
5 changed files with 9 additions and 4 deletions

View File

@@ -33,3 +33,8 @@ updates:
minor-updates:
update-types:
- "minor"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.24
go-version: 1.25
- name: Update version in main.go
run: |

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
go-version: 1.25
- name: Build go
run: go build

View File

@@ -1 +1 @@
1.24
1.25

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fosrl/olm
go 1.24
go 1.25
require (
github.com/fosrl/newt v0.0.0-20250730062419-3ccd755d557a