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:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ^1.13
|
go-version: ^1.13
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue