Skip to content

Commit

Permalink
Update Go version in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Jan 12, 2021
1 parent 4d37811 commit 6532d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.15
id: go

- name: Get dependencies
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Install Dependencies (Linux)
run: |
sudo apt-get update
sudo apt-get install python-gnomekeyring
sudo apt-get install gnome-keyring
dbus-launch /usr/bin/python -c "import gnomekeyring;gnomekeyring.create_sync('login', '');"
Expand Down

0 comments on commit 6532d7a

Please # to comment.