Skip to content

Commit

Permalink
Merge pull request #102 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
sseago authored Sep 9, 2022
2 parents f5da82c + 16e3306 commit d5ae6b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17.11
- name: Set up Go 1.17.13
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. (#102, @qiuming-best)

0 comments on commit d5ae6b5

Please sign in to comment.