Bumped golang version to 1.21 for github actions

This commit is contained in:
Quentin Renard
2025-05-15 14:33:49 +02:00
parent e4be514918
commit 60e3d4181c

View File

@@ -95,7 +95,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.20' go-version: '1.21'
- name: Install dependencies - name: Install dependencies
run: go mod download run: go mod download