Skip to content

Commit

Permalink
chore: update golang to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jul 3, 2023
1 parent 6e48fb8 commit 44838ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.19.6
go-version: 1.20.4
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.6
go-version: 1.20.4

- name: Build
run: make
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
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.1.3
with:
go-version: 1.19.6
go-version: 1.20.4
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.19.6
go-version: 1.20.4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.19.6
go-version: 1.20.4
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.15
goversion: 1.20
extra_files: LICENSE README.md
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/AliyunContainerService/image-syncer

go 1.19
go 1.20

require (
github.com/containers/image/v5 v5.25.0
Expand Down

0 comments on commit 44838ff

Please sign in to comment.