Skip to content

Commit

Permalink
Fix github actions go version
Browse files Browse the repository at this point in the history
  • Loading branch information
xianghuzhao committed Feb 27, 2020
1 parent f5a0378 commit 7ac4205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2-beta
with:
go-version: '^1.13'
- name: Check out code
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version for herald daemon
const Version = "1.3.3"
const Version = "1.3.4"

0 comments on commit 7ac4205

Please sign in to comment.