Update Go version to 1.26 and adjust workflows and Dockerfile accordingly

Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
This commit is contained in:
Marc Schäfer
2026-04-04 02:00:13 +02:00
parent 279fc427a8
commit 9e5539a5ba
4 changed files with 13 additions and 6 deletions

View File

@@ -16,10 +16,14 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Read go version
id: goversion
run: echo "version=$(cat .go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: 1.25
go-version: ${{ steps.goversion.outputs.version }}
- name: Build go
run: go build