File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 contents : read
1212 steps :
1313 - name : Check out the repo
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Log in to the Container registry
1717 uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version : ' 1.22 '
20+ go-version : ' 1.24 '
2121 - name : golangci-lint
2222 uses : golangci/golangci-lint-action@v6
2323 with :
24- version : v1.59
24+ version : v1.64
2525 args : --timeout=5m
Original file line number Diff line number Diff line change 77 name : test
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111
1212 - name : Test
1313 run : docker compose -f docker-compose.test.yaml up --abort-on-container-exit test
Original file line number Diff line number Diff line change 1- FROM golang:1.22 AS builder
1+ FROM golang:1.24 AS builder
22
33RUN mkdir /src
44WORKDIR /src
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '2.4'
22
33services :
44 test :
5- image : golang:1.22
5+ image : golang:1.24
66 volumes :
77 - " .:/src"
88 working_dir : " /src"
You can’t perform that action at this time.
0 commit comments