File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
CIRRUS_CLONE_DEPTH : 1
3
- GO_VERSION : go1.20
3
+ GO_VERSION : go1.21.3
4
4
5
5
freebsd_12_task :
6
6
freebsd_instance :
Original file line number Diff line number Diff line change 16
16
- name : Install Go
17
17
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
18
18
with :
19
- go-version : ' 1.19 '
19
+ go-version : ' 1.21 '
20
20
21
21
- name : Check out code
22
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Original file line number Diff line number Diff line change 12
12
build-and-test :
13
13
strategy :
14
14
matrix :
15
- go-version : ['1.18 ', '1.19 ', '1.20 ']
15
+ go-version : ['1.19 ', '1.20 ', '1.21 ']
16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
17
runs-on : ${{ matrix.os }}
18
18
@@ -26,11 +26,11 @@ jobs:
26
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27
27
28
28
- name : Check formatting
29
- if : ${{ matrix.go-version == '1.20 ' && matrix.os == 'ubuntu-latest' }}
29
+ if : ${{ matrix.go-version == '1.21 ' && matrix.os == 'ubuntu-latest' }}
30
30
run : diff -u <(echo -n) <(gofmt -d .)
31
31
32
32
- name : Check Go modules
33
- if : ${{ matrix.go-version == '1.20 ' && matrix.os == 'ubuntu-latest' }}
33
+ if : ${{ matrix.go-version == '1.21 ' && matrix.os == 'ubuntu-latest' }}
34
34
run : |
35
35
go mod tidy
36
36
git diff --exit-code
You can’t perform that action at this time.
0 commit comments