File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33jobs :
44 build :
55 name : Build & Unit Test
6- runs-on : ubuntu-22.04
6+ runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v2
99 - uses : actions/setup-go@v2
3232
3333# long-running-test:
3434# name: Run Long Running Unit Test
35- # runs-on: ubuntu-22.04
35+ # runs-on: ubuntu-latest
3636# steps:
3737# - uses: actions/checkout@v2
3838# - uses: actions/setup-go@v2
4949
5050# s3-integration-test:
5151# name: Run S3 Integration Tests
52- # runs-on: ubuntu-18.04
52+ # runs-on: ubuntu-latest
5353# needs: build
5454# steps:
5555# - uses: actions/download-artifact@v2
6666
6767# gcp-integration-test:
6868# name: Run GCP Integration Tests
69- # runs-on: ubuntu-18.04
69+ # runs-on: ubuntu-latest
7070# needs: build
7171# steps:
7272# - name: Extract GCP credentials
8787
8888# abs-integration-test:
8989# name: Run Azure Blob Store Integration Tests
90- # runs-on: ubuntu-18.04
90+ # runs-on: ubuntu-latest
9191# needs: build
9292# steps:
9393# - uses: actions/download-artifact@v2
@@ -103,7 +103,7 @@ jobs:
103103
104104# sftp-integration-test:
105105# name: Run SFTP Integration Tests
106- # runs-on: ubuntu-18.04
106+ # runs-on: ubuntu-latest
107107# needs: build
108108# steps:
109109# - name: Extract SSH key
Original file line number Diff line number Diff line change 66name : release (linux)
77jobs :
88 build :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
1212 include :
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-go@v2
3333 with :
34- go-version : ' 1.16 '
34+ go-version : ' 1.20 '
3535
3636 - id : release
3737 uses :
bruceadams/[email protected]
Original file line number Diff line number Diff line change 66name : release (linux/static)
77jobs :
88 build :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
1212 include :
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-go@v2
3333 with :
34- go-version : ' 1.16 '
34+ go-version : ' 1.20 '
3535
3636 - id : release
3737 uses :
bruceadams/[email protected]
You can’t perform that action at this time.
0 commit comments