Skip to content

Commit

Permalink
add go version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Nov 21, 2023
1 parent 37e5d0d commit c5d0ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
GOLANG_VERSION: 1.21-alpine3.18

jobs:
build:
Expand All @@ -39,7 +40,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.21'
- name: Run coverage
run: go test -tags test -covermode=atomic -coverprofile=coverage.txt ./...

Expand Down

0 comments on commit c5d0ef1

Please sign in to comment.