Skip to content

Commit

Permalink
Bump Go to 1.19.8 (security fixes in the standard library) (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
lootek authored Apr 12, 2023
1 parent 0ab404a commit 00f7512
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 @@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '~1.19.6'
go-version: '~1.19.8'
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.19.6'
go-version: '~1.19.8'
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 @@ -26,7 +26,7 @@ jobs:

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

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

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

# copy the caches from prepare
Expand Down

0 comments on commit 00f7512

Please sign in to comment.