Skip to content

Commit e737fc8

Browse files
authored
Merge pull request #42 from bgilbert/deprecations
workflows: update actions to current major versions
2 parents 167f5da + 8ff18a8 commit e737fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
- name: Check out repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Run tests
2727
run: go test ./...
2828
- name: Run linter
29-
uses: golangci/golangci-lint-action@v2
29+
uses: golangci/golangci-lint-action@v3
3030
with:
3131
version: v1.45.0
3232
args: -E=gofmt --timeout=30m0s

0 commit comments

Comments
 (0)