Skip to content

Commit

Permalink
Builds with Go 1.16.6 (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Jul 21, 2021
1 parent 8b77e83 commit a77cae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: "build"

env:
GO_VERSION: "1.16.5"
GO_VERSION: "1.16.6"

on:
# We run tests on non-tagged pushes to master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
tags: 'v[0-9]+.[0-9]+.[0-9]+**' # Ex. v0.2.0 v0.2.1-rc2

env:
GO_VERSION: "1.16.5"
GO_VERSION: "1.16.6"

jobs:
func-e:
Expand Down

0 comments on commit a77cae5

Please sign in to comment.