Merge pull request #53 from navidys/go_version

go version 1.21.0
This commit is contained in:
Navid Yaghoobi 2024-07-28 20:28:57 +10:00 committed by GitHub
commit 770f88c853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'
id: go
- name: Check out code into the Go module directory

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'
id: go
- name: Check out code into the Go module directory