Skip to content

Commit 32448f5

Browse files
authored
ci: updating go version to 1.18 (#173)
Signed-off-by: Michael Hoang <[email protected]>
1 parent 9dcf92a commit 32448f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
FROM quay.io/openshift-pipeline/golang:1.15-alpine AS builder
15+
FROM golang:1.18-alpine AS builder
1616

1717
# Install dependencies
1818

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go environment
3737
uses: actions/setup-go@v2
3838
with:
39-
go-version: 1.13
39+
go-version: 1.18
4040

4141
- name: Check if devfile registry build is working
4242
run: registry-repo/.ci/build.sh

0 commit comments

Comments
 (0)