Update to go1.18 (#1768)

This commit is contained in:
Manu Gupta
2022-03-21 10:47:41 -07:00
committed by GitHub
parent 2240baf308
commit 69f7a1f902
10 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: capture current date
id: date
run: echo "::set-output name=date::$(date -u '+%Y-%m-%d-%H:%M:%S-%Z')"