Skip to content

Commit

Permalink
Upgrade go version to 1.16 (jenkins-zh#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
yJunS authored and jxr98 committed Sep 4, 2021
1 parent 42fe8d0 commit c9879e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
BackupBinary:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- uses: actions/checkout@v2.3.4
- name: Upgrade upx
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
os: [ubuntu-20.04, macos-10.15]
jenkins_version: [2.190.1, 2.190.2, 2.190.3, 2.204.1]
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
Expand Down Expand Up @@ -102,10 +102,10 @@ jobs:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Upgrade upx
run: |
# try to fix https://github.com/jenkins-zh/jenkins-cli/issues/493
Expand Down

0 comments on commit c9879e5

Please sign in to comment.