Update go version to 1.21

This commit is contained in:
aya 2025-03-12 14:00:12 +02:00
parent aa6d49c3d6
commit 68b2ef7230

View File

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