mirror of https://github.com/tidwall/gjson.git
Compare commits
2 Commits
22971ffce5
...
bee0cf1f13
Author | SHA1 | Date |
---|---|---|
Andreas Deininger | bee0cf1f13 | |
Andreas Deininger | 236e6a50b2 |
|
@ -14,12 +14,12 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.13
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue