Skip to content

Commit

Permalink
Upgrade golang (#467)
Browse files Browse the repository at this point in the history
* Upgrade golang

* test

* Revert "test"

This reverts commit 655ae72.

* unset goroot

* change order

* Revert "unset goroot"

This reverts commit 6845e30.
  • Loading branch information
davidkarlsen committed Aug 3, 2022
1 parent 6ed5708 commit 72e06cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
with:
fetch-depth: 0

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v3
with:
cache: false
go-version-file: 'go.mod'

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Test and build image
run: |
make test docker-build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.18 as builder
FROM golang:1.19 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/evryfs/github-actions-runner-operator

go 1.18
go 1.19

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit 72e06cb

Please sign in to comment.