Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Oct 2, 2023
1 parent 7f681cf commit d3c7ed8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@main
with:
go-version: '1.19'
go-version: '1.21'
check-latest: 'true'
- run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build -o meshery-meshsync .
docker:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@main
with:
go-version: '1.19'
go-version: '1.21'
check-latest: 'true'
- name: Docker login
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@main
with:
check-latest: 'true'
go-version: '^1.19'
go-version: '^1.21'
- name: Build check
run: GOPROXY=direct GOSUMDB=off GO111MODULE=on go build -o meshery-meshsync .
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.21 as builder
ARG GIT_VERSION
ARG GIT_COMMITSHA

Expand Down

0 comments on commit d3c7ed8

Please sign in to comment.