Skip to content

Commit 55386dc

Browse files
authored
Merge pull request #6522 from Shubham82/bump_golang_version
Bump go version.
2 parents 6cb5b5a + 9e0e6c1 commit 55386dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.21.3'
20+
go-version: '1.21.6'
2121

2222
- uses: actions/checkout@v2
2323
with:

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.21.4
15+
FROM golang:1.21.6
1616
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
1717

1818
ENV GOPATH /gopath/

0 commit comments

Comments
 (0)