Merge pull request #2755 from fosrl/dev

Update go version
This commit is contained in:
Owen Schwartz
2026-03-31 16:04:11 -07:00
committed by GitHub

View File

@@ -266,7 +266,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with: with:
go-version: 1.24 go-version: 1.25
- name: Update version in package.json - name: Update version in package.json
run: | run: |