Skip to content

Commit

Permalink
Merge pull request #146 from qiuming-best/release-1.5
Browse files Browse the repository at this point in the history
Bump up golang version to 1.17.13
  • Loading branch information
shubham-pampattiwar authored Sep 9, 2022
2 parents 272f3ab + b439c92 commit a91963b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.11
go-version: 1.17.13
id: go

- name: Check out the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.11
go-version: 1.17.13
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.17.11-buster AS build
FROM --platform=$BUILDPLATFORM golang:1.17.13-buster AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 2 additions & 0 deletions changelogs/CHANGELOG-1.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## All changes
- Bump up golang version to 1.17.13. (#146, @qiuming-best)

0 comments on commit a91963b

Please sign in to comment.