We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc11e8 commit 25dc041Copy full SHA for 25dc041
2 files changed
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
name: Set up Go
66
uses: actions/setup-go@v5
67
with:
68
- go-version: "1.20"
+ go-version: "1.23"
69
-
70
name: Download modules
71
run: |
Dockerfile
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-ARG GO_VERSION="1.18"
+ARG GO_VERSION="1.23"
18
ARG GOLANGCI_LINT_VERSION="v1.62"
19
ARG ADDLICENSE_VERSION="v1.0.0"
20
0 commit comments