1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

chore: bump go to 1.25 (#585)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2025-11-22 10:41:48 -08:00
committed by GitHub
parent 577a329240
commit fe0e3a00e1
4 changed files with 6 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go:
- '1.24'
- '1.25'
steps:
- uses: actions/checkout@v4
with:
@@ -44,7 +44,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
- name: Build
run: go build ./...
- name: Test