Skip to content

Commit

Permalink
Bump Go version to v1.20 in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Jul 20, 2023
1 parent b70acc1 commit 433bcec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.50.0'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
# this action because it leaves 'annotations' (i.e. it comments on PRs to
# point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.6.0
with:
version: ${{ env.GOLANGCI_VERSION }}
skip-go-installation: true
Expand Down
2 changes: 1 addition & 1 deletion build
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/upbound/upjet

go 1.19
go 1.20

require (
github.com/antchfx/htmlquery v1.2.4
Expand Down

0 comments on commit 433bcec

Please sign in to comment.