Skip to content

Commit

Permalink
Merge pull request #923 from RedHatInsights/psav/upgrade_golang_1.20
Browse files Browse the repository at this point in the history
Update golang 1.20
  • Loading branch information
psav authored Jan 18, 2024
2 parents d24a862 + fe69f1b commit b3a5a4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- name: Display build environment
run: printenv

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
name: Set up Go 1.x
with:
go-version: 1.19
go-version: "1.20"
env:
GO111MODULE: off

- uses: actions/checkout@v3
name: Checkout clowder
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v2
name: Set up golang 1.19
name: Set up golang 1.20
with:
go-version: '1.19.9'
go-version: '1.20.10'
- name: Check out source code
uses: actions/checkout@v2
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1698062273 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
USER 0
RUN dnf install -y openssh-clients git make which jq python3

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/RedHatInsights/clowder

go 1.19
go 1.20

require (
github.com/RedHatInsights/crc-caddy-plugin v0.2.1
Expand Down

0 comments on commit b3a5a4d

Please sign in to comment.