Bump go version

This commit is contained in:
ionutboangiu
2023-10-06 10:30:46 -04:00
committed by Dan Christian Bogos
parent 39df92c1b3
commit b0d8cd3856
6 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
go-version: "1.21.x"
- name: Setup Python
uses: actions/setup-python@v4