Skip to content

Commit

Permalink
[chore] bump go version (open-telemetry#352)
Browse files Browse the repository at this point in the history
To address https://pkg.go.dev/vuln/GO-2023-1840

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jun 9, 2023
1 parent 1f22555 commit 98597be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.20.4'
go-version: '~1.20.5'
check-latest: true

- name: Generate the sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.20.4'
go-version: '~1.20.5'
check-latest: true

- name: Verify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '~1.20.4'
go-version: '~1.20.5'
check-latest: true

- name: Generate distribution sources
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '~1.20.4'
go-version: '~1.20.5'
check-latest: true

- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 98597be

Please sign in to comment.