Skip to content

Commit

Permalink
Bump go version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Apr 14, 2022
1 parent 56b0706 commit 0c1dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16.7'
go-version: '1.17.x'
- name: Install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest
- name: Build a new k6 binary with the remote write extension
Expand Down

0 comments on commit 0c1dec0

Please sign in to comment.