Skip to content

Commit

Permalink
Use go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Feb 24, 2021
1 parent 336fc30 commit 4d297db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://golang.org/dl/go1.15.2.linux-amd64.tar.gz"
goversion: "https://golang.org/dl/go1.16.linux-amd64.tar.gz"
ldflags: -X 'main.versionString=${{ github.event.release.tag_name }}'
extra_files: LICENSE README.md ui example-images images config service
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.16
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 4d297db

Please sign in to comment.