File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 go-version : 1.25.x
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Run integration tests on emulator
2323 run : go test -race
2424 env :
Original file line number Diff line number Diff line change 2727 with :
2828 go-version : 1.25.x
2929 - name : Checkout code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - name : Auth
3232 uses : google-github-actions/auth@v2
3333 with :
Original file line number Diff line number Diff line change 1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Run samples
1818 working-directory : ./examples
1919 run : go test -short
Original file line number Diff line number Diff line change 1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Run snippets
1818 working-directory : ./snippets
1919 run : go test -short
Original file line number Diff line number Diff line change 1616 with :
1717 go-version : ${{ matrix.go-version }}
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Run unit tests
2121 run : go test -race -short
2222
3333 go install honnef.co/go/tools/cmd/staticcheck@latest
3434
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : vet .
3939 run : go vet ./...
You can’t perform that action at this time.
0 commit comments