Bumping go version

This commit is contained in:
Daniel Jones 2024-08-22 12:28:05 -05:00
parent 54f874336a
commit 908f53f87b
No known key found for this signature in database
GPG key ID: 20DF8333A8033CE2

View file

@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.20.x
go-version: 1.22.1
# Variables
- name: Adding TAG to ENV
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV