Skip to content

Commit

Permalink
Backport kubernetes#6522 [CA] Bump go version into CA1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham82 committed Feb 12, 2024
1 parent 4b73b3e commit 706373b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.3'
go-version: '1.21.6'

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21.4
FROM golang:1.21.6
LABEL maintainer="Marcin Wielgus <[email protected]>"

ENV GOPATH /gopath/
Expand Down

0 comments on commit 706373b

Please sign in to comment.