Skip to content

Commit

Permalink
Update dependency golang-version to v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2023
1 parent 80af314 commit eec0105
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
cache: true
- run: make -C e2e_test -j3
- run: git config --global user.email ci@example.com
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
cache: true
- uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -40,7 +40,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
cache: true
- run: go mod tidy
- uses: int128/update-generated-files-action@v2
Expand All @@ -52,6 +52,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
cache: true
- run: go test -v -race ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
cache: true
- run: go build -ldflags '-X main.version=${{ github.ref_name }}'
- uses: int128/go-actions/release@v1
Expand Down

0 comments on commit eec0105

Please sign in to comment.