mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Upgrade GOLANG_VERSION to 1.17 (#1741)
* Upgrade GOLANG_VERSION to 1.17 Fixes ##1740 * feat: upgrade to go1.17 Co-authored-by: shangji.liu <shangji.liu@qingteng.cn> Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14
|
||||
go-version: 1.17
|
||||
- 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