Skip to content

Commit

Permalink
Update dependency golang-version to v1.19.4 (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 6c659b4 commit f082aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
cache: true

# set up the test environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: int128/go-actions/setup@v1
with:
go-version: 1.19.3
go-version: 1.19.4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
Expand All @@ -43,7 +43,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: int128/go-actions/setup@v1
with:
go-version: 1.19.3
go-version: 1.19.4
- run: go mod tidy
- uses: int128/update-generated-files-action@v2

Expand All @@ -54,5 +54,5 @@ jobs:
- uses: actions/checkout@v3
- uses: int128/go-actions/setup@v1
with:
go-version: 1.19.3
go-version: 1.19.4
- run: make test

0 comments on commit f082aa7

Please sign in to comment.