ci: fix Go version to 1.27 matching local toolchain
Some checks failed
CI (Arch Linux) / build (push) Has been cancelled

This commit is contained in:
benzjeremy 2026-09-17 22:51:12 +02:00
parent 04765d3ae3
commit deda923484
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.27'
- name: Build
run: go build ./...
- name: Test

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/benzjeremy/benzcloud-plugin-web
go 1.22
go 1.27