go-dep: use go >= 1.22

This commit is contained in:
Maxi Quoß
2024-04-11 22:54:40 +02:00
parent ce9e27d70b
commit 7bcd309ea1
4 changed files with 7 additions and 6 deletions

View File

@@ -29,7 +29,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.21"
go-version-file: "./backend/go.mod"
cache-dependency-path: "./backend/go.sum"
- name: Test
run: |
cd backend

View File

@@ -51,7 +51,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.21.1"
go-version-file: "./backend/go.mod"
cache-dependency-path: "./backend/go.sum"
# build
- name: Run GoReleaser