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

chore: Update Go version to 1.25 in release workflow (#587)

This commit is contained in:
James Hillyerd
2025-11-22 12:01:01 -08:00
committed by GitHub
parent e0824eb0aa
commit 32b0ff1ac6

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: '1.24' go-version: '1.25'
check-latest: true check-latest: true
- name: Setup Node.js - name: Setup Node.js