|
|
|
@ -43,7 +43,7 @@ jobs:
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@v5
|
|
|
|
uses: actions/setup-go@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.23.x
|
|
|
|
go-version: 1.24.x
|
|
|
|
- name: Run tests
|
|
|
|
- name: Run tests
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
go test ./... -coverprofile coverage.out
|
|
|
|
go test ./... -coverprofile coverage.out
|
|
|
|
@ -64,7 +64,7 @@ jobs:
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@v5
|
|
|
|
uses: actions/setup-go@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.23.x
|
|
|
|
go-version: 1.24.x
|
|
|
|
- name: Login to Docker Hub
|
|
|
|
- name: Login to Docker Hub
|
|
|
|
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
|
|
|
|
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|