mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
feat: update to Go 1.20 (#1838)
Co-authored-by: Manu Gupta <manugupt1@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: "1.20"
|
||||
- name: capture current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date -u '+%Y-%m-%d-%H:%M:%S-%Z')"
|
||||
|
||||
Reference in New Issue
Block a user