Update Go to 1.21

This commit is contained in:
Sebastian Serth
2023-08-14 13:35:41 +02:00
committed by Sebastian Serth
parent 90092c48c1
commit 2f43bced08
5 changed files with 69 additions and 53 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/cache@v3
with:
path: |