Bumping golang

This commit is contained in:
Eduardo Vozniak 2023-10-02 11:53:11 -03:00
parent dee0cf77c6
commit 62a9586a9d
No known key found for this signature in database
GPG Key ID: ACB52F85E23B1C50
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ jobs:
uses: vazco/github-actions-branch-name@v1 uses: vazco/github-actions-branch-name@v1
id: branch id: branch
- name: Set up Go 1.19 - name: Set up Go 1.21
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.19.x go-version: 1.21.x
id: go id: go
- name: Downloads golang mods - name: Downloads golang mods