File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
name : integration-tests-against-rc (go ${{ matrix.tag }} version)
25
25
steps :
26
26
- name : Set up Go ${{ matrix.go }}
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ matrix.go }}
30
30
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 14
14
name : linter
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/setup-go@v4
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
go-version : 1.17
20
20
- uses : actions/checkout@v4
47
47
name : integration-tests (go ${{ matrix.tag }} version)
48
48
steps :
49
49
- name : Set up Go ${{ matrix.go }}
50
- uses : actions/setup-go@v4
50
+ uses : actions/setup-go@v5
51
51
with :
52
52
go-version : ${{ matrix.go }}
53
53
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020-2022 Meili SAS
3
+ Copyright (c) 2020-2024 Meili SAS
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments