Skip to content

Commit

Permalink
Update GH actions to newer versions
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam committed Sep 22, 2023
1 parent 3a72965 commit f63b83b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v3
with:
images: ${{ github.repository_owner }}/governor

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.17
go-version: ^1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -25,6 +25,6 @@ jobs:
go test -coverprofile ./coverage.txt -v ./...
- name: Upload to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt

0 comments on commit f63b83b

Please sign in to comment.