Merge pull request #19 from towerops-app/dependabot/github_actions/actions/setup-go-6

Bump actions/setup-go from 5 to 6
This commit is contained in:
Graham McIntire 2026-02-11 10:19:26 -06:00 committed by GitHub
commit 91820976ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: "1.25"