Skip to content

Commit

Permalink
Close #996: Bump to Go 1.18
Browse files Browse the repository at this point in the history
* to allow actions requiring Go 1.18 to continue building
  • Loading branch information
anthonydahanne authored Feb 13, 2023
1 parent a1745af commit 9964597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17 as build-stage
FROM golang:1.18 as build-stage

RUN apt-get update && apt-get install -y --no-install-recommends upx

Expand Down

0 comments on commit 9964597

Please sign in to comment.