File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.16 .x, 1.17 .x]
7
+ go-version : [1.17 .x, 1.18 .x]
8
8
platform : [ubuntu-20.04, windows-latest, macos-11]
9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
11
11
- name : Install Go
12
- uses : actions/setup-go@v2
12
+ uses : actions/setup-go@v3
13
13
with :
14
14
go-version : ${{ matrix.go-version }}
15
15
- name : Checkout code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
- name : Lint
18
18
run : make lint
19
19
- name : Cross build
27
27
# nested virtualization is only available on macOS hosts
28
28
runs-on : macos-10.15
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- name : prepare vagrant
32
32
run : |
33
33
ln -sf .ci/Vagrantfile.fedora Vagrantfile
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ lint: $(BINDIR)/golangci-lint
41
41
done
42
42
43
43
$(BINDIR ) /golangci-lint : $(BINDIR )
44
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR ) v1.43.0
44
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR ) v1.45.2
45
45
46
46
$(BINDIR ) :
47
47
mkdir -p $(BINDIR )
You can’t perform that action at this time.
0 commit comments