File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 go-test :
88 strategy :
99 matrix :
10- go-version : [1.19 .x]
10+ go-version : [1.20 .x]
1111 os : [ubuntu-latest, macos-latest, windows-latest]
1212 runs-on : ${{ matrix.os }}
1313 steps :
1717 uses : actions/setup-go@v3
1818 with :
1919 go-version : ${{ matrix.go-version }}
20- - run : go test -i ./...
2120 - run : go test -race -v ./...
Original file line number Diff line number Diff line change 1212 - name : Set up Go
1313 uses : actions/setup-go@v3
1414 with :
15- go-version : 1.19 .x
15+ go-version : 1.20 .x
1616 - run : ./dev/go-lint.sh
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and Release
22
33on :
44 push :
5- tags :
5+ tags :
66 - ' *'
77
88# There are two cases where this GitHub action will run:
@@ -177,7 +177,7 @@ jobs:
177177 - name : Set up Go
178178 uses : actions/setup-go@v3
179179 with :
180- go-version : 1.19
180+ go-version : 1.20
181181 - run : go test -i ./...
182182 - run : go test -race -v ./...
183183 - run : echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin
Original file line number Diff line number Diff line change 1- golang 1.19 .8
1+ golang 1.20 .8
22shfmt 3.2.0
33shellcheck 0.7.1
You can’t perform that action at this time.
0 commit comments