Skip to content

Commit

Permalink
[release/2.8 backport] update to go1.20.10 (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Oct 19, 2023
2 parents 3c82e8a + 27cd21b commit f0d4c1a
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.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.8
go-version: 1.20.10

- name: Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.8
ARG GO_VERSION=1.20.10
ARG ALPINE_VERSION=3.18
ARG XX_VERSION=1.2.1

Expand Down

0 comments on commit f0d4c1a

Please sign in to comment.