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

Compare commits

...

1 Commits

Author SHA1 Message Date
James Hillyerd
79aa7b98f2 chore: Update Go version in lint workflow to 1.25 2025-11-22 11:30:33 -08:00

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with: