Skip to content

Commit

Permalink
chore: bump pipelines to go1.15 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Oct 2, 2020
1 parent e9f23a1 commit b6e535a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clone_folder: c:\gopath\src\github.com\ubclaunchpad\inertia
environment:
GOPATH: c:\gopath
DEPTESTBYPASS501: 1
GOVERSION: "1.14"
GOVERSION: "1.15"

init:
- git config --global core.autocrlf input
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with: { go-version: '1.14' }
with: { go-version: '1.15' }
- name: Run linters
run: make lint

Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with: { go-version: '1.14' }
with: { go-version: '1.15' }
- name: Build daemon
run: make daemon TAG=test
- name: Cache daemon image
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with: { go-version: '1.14' }
with: { go-version: '1.15' }
- name: Install Docker dependencies
run: bash test/docker_deps.sh
- name: Start test container
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with: { go-version: '1.14' }
with: { go-version: '1.15' }
- name: Start mock VPS (${{ matrix.case }})
run: |
make testenv \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with: { go-version: '1.14' }
with: { go-version: '1.15' }
- name: Build release
run: |
docker login -u ${{ secrets.docker_user }} -p ${{ secrets.docker_key }}
Expand Down

0 comments on commit b6e535a

Please sign in to comment.