Bump go version

This commit is contained in:
ionutboangiu
2024-02-13 11:02:38 -05:00
committed by Dan Christian Bogos
parent 9494fc6e5e
commit 61bcf48678
8 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
go-version: "1.22.x"
- name: Go Format
run: gofmt -s -w . && git diff --exit-code

View File

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