Skip to content

Commit

Permalink
chore: Upgrade Go to 1.20 (#10)
Browse files Browse the repository at this point in the history
Change-Id: I3992acc020617818876c1833cfa9e303d78e04b0
(cherry picked from commit f2e0fc5)
  • Loading branch information
zmotso authored and MykolaMarusenko committed Sep 25, 2023
1 parent 4a6dd0e commit 3df7721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

env:
GOLANG_VERSION: '1.19'
GOLANG_VERSION: '1.20'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*'

env:
GOLANG_VERSION: '1.19'
GOLANG_VERSION: '1.20'

jobs:
prepare-release:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
timeout: 5m
go: "1.19"
go: "1.20"
issues-exit-code: 1
build-tags:
- mytag
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/epam/edp-sonar-operator

go 1.19
go 1.20

require (
github.com/epam/edp-common v0.0.0-20230104131608-33d095012fe8
Expand Down

0 comments on commit 3df7721

Please sign in to comment.