Skip to content

Commit b7e69dd

Browse files
authored
Merge pull request #124 from alexandear/ci-update-actions
ci: update actions; remove unneded check for go version
2 parents ca59e56 + 849af2b commit b7e69dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- "1.20"
1717
- "1.21"
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Set up Go (${{ matrix.go }}
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version: ${{ matrix.go }}
2525

@@ -30,4 +30,4 @@ jobs:
3030
run: go test ./...
3131

3232
- name: Tidy (${{ matrix.go }})
33-
run: '[[ `go version` < "go version go1.15.10" ]] || go mod tidy'
33+
run: go mod tidy

0 commit comments

Comments
 (0)