Skip to content

Commit

Permalink
[chore] bump go versions (#416)
Browse files Browse the repository at this point in the history
This addresses https://pkg.go.dev/vuln/GO-2023-2102

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Oct 11, 2023
1 parent a41e292 commit fa0a3a2
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
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.21.1'
go-version: '~1.21.3'
check-latest: true

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

- name: Verify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:

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

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

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

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

0 comments on commit fa0a3a2

Please sign in to comment.