Skip to content

Commit 4107456

Browse files
committed
chore: bump CI
1 parent 42808ee commit 4107456

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/go.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,23 @@ name: Go
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88

99
jobs:
10-
1110
build:
1211
runs-on: ubuntu-latest
1312
steps:
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2
1514

16-
- name: Set up Go
17-
uses: actions/setup-go@v2
18-
with:
19-
go-version: 1.16
15+
- name: Set up Go
16+
uses: actions/setup-go@v2
17+
with:
18+
go-version: 1.19
2019

21-
- name: Build
22-
run: go build -v ./...
20+
- name: Build
21+
run: go build -v ./...
2322

24-
- name: Test
25-
run: make test
23+
- name: Test
24+
run: make test

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: golangci-lint
1717
uses: golangci/golangci-lint-action@v2
1818
with:
19-
version: v1.49.0
19+
version: v1.50.1

0 commit comments

Comments
 (0)