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

chore: Update Go version in lint workflow to 1.25 (#586)

This commit is contained in:
James Hillyerd
2025-11-22 11:35:33 -08:00
committed by GitHub
parent 4399d02f0b
commit 2ea0639509

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: