Skip to content

Commit

Permalink
go1.19
Browse files Browse the repository at this point in the history
changed GH action to use Go 1.19
  • Loading branch information
leucos committed Dec 2, 2022
1 parent d6aac31 commit cb33ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_cache.yml
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v1

- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Build binary
Expand Down

0 comments on commit cb33ef7

Please sign in to comment.