File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : set up go
15- uses : actions/setup-go@v4
15+ uses : actions/setup-go@v5
1616 with :
1717 go-version : " 1.21"
1818 id : go
2323 mongoDBVersion : " 5.0"
2424
2525 - name : checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : build and test
2929 working-directory : backend
3535 ENABLE_MONGO_TESTS : " true"
3636
3737 - name : golangci-lint
38- uses : golangci/golangci-lint-action@v3
38+ uses : golangci/golangci-lint-action@v5
3939 with :
4040 version : latest
4141 working-directory : backend
@@ -49,11 +49,11 @@ jobs:
4949 COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050
5151 - name : set up QEMU
52- uses : docker/setup-qemu-action@v2
52+ uses : docker/setup-qemu-action@v3
5353
5454 - name : set up Docker Buildx
5555 id : buildx
56- uses : docker/setup-buildx-action@v2
56+ uses : docker/setup-buildx-action@v3
5757
5858 - name : available platforms
5959 run : echo ${{ steps.buildx.outputs.platforms }}
You can’t perform that action at this time.
0 commit comments