Skip to content

Commit

Permalink
Bump go to 1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Cortes <[email protected]>
  • Loading branch information
josecv committed Sep 6, 2023
1 parent 8e6032c commit 8b205bc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- uses: azure/setup-kubectl@v3
with:
version: 'v1.25.3'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v3
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- name: Build dev image
run: |
make save-tel2-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-dependency-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '~1.21.0'
go-version: '~1.21.1'

# we need fuseftp.bits
- name: "Build dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v2
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- name: "Install mockgen"
shell: bash
run: go install github.com/golang/mock/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v2
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
#- uses: azure/setup-kubectl@v1
#with:
#version: 'v1.19.3'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v2
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- name: "Download winfsp"
shell: bash
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v2
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- run: |
sudo rm -f /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
Expand All @@ -110,7 +110,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v2
with:
go-version: '~1.21.0'
go-version: '~1.21.1'
- run: |
sudo rm -f /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ docDescription: >-
environments, access to instantaneous feedback loops, and highly
customizable development environments.
items:
- version: 2.15.1
date: "TBD"
notes:
- type: security
title: Rebuild with go 1.21.1
body: >-
Rebuild Telepresence with go 1.21.1 to address CVEs.
- version: 2.15.0
date: "2023-08-29"
notes:
Expand Down

0 comments on commit 8b205bc

Please sign in to comment.