Skip to content

Commit

Permalink
Merge pull request #254 from meshery/chore/update-to-1-21
Browse files Browse the repository at this point in the history
chore: Update the rest from `1.19` to `1.21`
  • Loading branch information
nebula-aac authored Oct 2, 2023
2 parents 7f681cf + d3c7ed8 commit 971bf7a
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 971bf7a

Please sign in to comment.